Click or drag to resize

TcpKsiServiceProtocolBaseBeginRequest Method

Begin TCP request

Namespace:  Guardtime.KSI.Service.Tcp
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
protected IAsyncResult BeginRequest(
	KsiServiceRequestType requestType,
	byte[] data,
	ulong requestId,
	AsyncCallback callback,
	Object asyncState
)

Parameters

requestType
Type: Guardtime.KSI.ServiceKsiServiceRequestType
data
Type: SystemByte
request bytes
requestId
Type: SystemUInt64
request id
callback
Type: SystemAsyncCallback
callback when request is finished
asyncState
Type: SystemObject
async state object

Return Value

Type: IAsyncResult
See Also