Table of Contents

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

name string

The name of the argument

value JToken

The value of the argument

Returns

AdditionalArgument