Click or drag to resize

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)
Syntax
public KsiServiceAsyncResult(
	byte[] postData,
	ulong requestId,
	AsyncCallback callback,
	Object asyncState
)

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