TcpKsiServiceProtocolBaseEndRequest Method
|
End 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 byte[] EndRequest(
IAsyncResult ar
)
Protected Function EndRequest (
ar As IAsyncResult
) As Byte()
protected:
array<unsigned char>^ EndRequest(
IAsyncResult^ ar
)
member EndRequest :
ar : IAsyncResult -> byte[]
Parameters
- ar
- Type: SystemIAsyncResult
TCP KSI service async result
Return Value
Type:
Byte
See Also