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)
Syntaxprotected IAsyncResult BeginRequest(
KsiServiceRequestType requestType,
byte[] data,
ulong requestId,
AsyncCallback callback,
Object asyncState
)
Protected Function BeginRequest (
requestType As KsiServiceRequestType,
data As Byte(),
requestId As ULong,
callback As AsyncCallback,
asyncState As Object
) As IAsyncResult
protected:
IAsyncResult^ BeginRequest(
KsiServiceRequestType requestType,
array<unsigned char>^ data,
unsigned long long requestId,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginRequest :
requestType : KsiServiceRequestType *
data : byte[] *
requestId : uint64 *
callback : AsyncCallback *
asyncState : Object -> IAsyncResult
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