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)
Syntaxpublic TcpKsiServiceAsyncResult(
KsiServiceRequestType serviceRequestType,
byte[] postData,
ulong requestId,
AsyncCallback callback,
Object asyncState
)
Public Sub New (
serviceRequestType As KsiServiceRequestType,
postData As Byte(),
requestId As ULong,
callback As AsyncCallback,
asyncState As Object
)
public:
TcpKsiServiceAsyncResult(
KsiServiceRequestType serviceRequestType,
array<unsigned char>^ postData,
unsigned long long requestId,
AsyncCallback^ callback,
Object^ asyncState
)
new :
serviceRequestType : KsiServiceRequestType *
postData : byte[] *
requestId : uint64 *
callback : AsyncCallback *
asyncState : Object -> TcpKsiServiceAsyncResult
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