Class AdditionalArgument
- Namespace
- Archipelago.MultiClient.Net.Models
- Assembly
- Archipelago.MultiClient.Net.dll
Provides a way to add additional arguments to the DataStorage operation additional arguments are send back by the server and can be checked in callbacks or handlers
public class AdditionalArgument
- Inheritance
-
AdditionalArgument
- Inherited Members
Methods
Add(string, JToken)
Adds an additional argument to the current datastorage operations. additional arguments are send back by the server and can be checked in callbacks or handlers
public static AdditionalArgument Add(string name, JToken value)
Parameters
namestringThe name of the argument
valueJTokenThe value of the argument