Click or drag to resize

TcpKsiServiceAsyncResult Constructor

Create TCP KSI service async result instance

Namespace:  Guardtime.KSI.Service.Tcp
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public TcpKsiServiceAsyncResult(
	KsiServiceRequestType serviceRequestType,
	byte[] postData,
	ulong requestId,
	AsyncCallback callback,
	Object asyncState
)

Parameters

serviceRequestType
Type: Guardtime.KSI.ServiceKsiServiceRequestType
Service request type
postData
Type: SystemByte
Posted bytes
requestId
Type: SystemUInt64
Request ID
callback
Type: SystemAsyncCallback
callback when TCP request is finished
asyncState
Type: SystemObject
callback async state object
See Also