KiiCloudStorageSDK : KiiCorp.Cloud.Storage Namespace

KiiServerCodeEntryCallback Delegate

This callback is used when API returns ServerCodeExecResult.

Syntax

public delegate void KiiServerCodeEntryCallback (KiiServerCodeEntry entry, KiiServerCodeEntryArgument argument, KiiServerCodeExecResult execResult, Exception e)

Parameters

entry
The receiver KiiServerCodeEntry.
argument
The given argument.
execResult
The result of Server code execution.
e
The exception thrown in execution. If this value is null, execution is done successfully.

Remarks

It is not guaranteed that this callback will be called on main thread.

Please refer remark section of each API to know how to handle a response.

Requirements

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