KsiServiceAsyncResult Constructor
|
Create KSI service async result instance
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic KsiServiceAsyncResult(
byte[] postData,
ulong requestId,
AsyncCallback callback,
Object asyncState
)
Public Sub New (
postData As Byte(),
requestId As ULong,
callback As AsyncCallback,
asyncState As Object
)
public:
KsiServiceAsyncResult(
array<unsigned char>^ postData,
unsigned long long requestId,
AsyncCallback^ callback,
Object^ asyncState
)
new :
postData : byte[] *
requestId : uint64 *
callback : AsyncCallback *
asyncState : Object -> KsiServiceAsyncResult
Parameters
- postData
- Type: SystemByte
Posted bytes - requestId
- Type: SystemUInt64
Request ID - callback
- Type: SystemAsyncCallback
callback when KSI request is finished - asyncState
- Type: SystemObject
callback async state object
See Also