KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiServerCodeEntryArgument Class

Argument passed to the KiiServerCodeEntry.

Syntax

public class KiiServerCodeEntryArgument

Remarks

To make this instance, please call KiiServerCodeEntryArgument.NewArgument(JsonOrg.JsonObject).

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0

Members

See Also: Inherited members from object.

Public Methods

static
NewArgument (JsonOrg.JsonObject) : KiiServerCodeEntryArgument
Instantiate new argument passed to the KiiServerCodeEntry.

Member Details

NewArgument Method

Instantiate new argument passed to the KiiServerCodeEntry.

Syntax

public static KiiServerCodeEntryArgument NewArgument (JsonOrg.JsonObject args)

Parameters

args
Arguments that will be passed to entry script in Kii Cloud.

Returns

The instance of KiiServerCodeEntryArgument

Exceptions

Type Reason
ArgumentNullException Is thrown when args is null.

Remarks

Argument must not be null.

Requirements

Namespace: KiiCorp.Cloud.Storage
Assembly: KiiCloudStorageSDK (in KiiCloudStorageSDK.dll)
Assembly Versions: 3.2.10.0