TcpKsiExtendingServiceProtocolEndExtend Method
|
End extending request.
Namespace:
Guardtime.KSI.Service.Tcp
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic byte[] EndExtend(
IAsyncResult ar
)
Public Function EndExtend (
ar As IAsyncResult
) As Byte()
public:
virtual array<unsigned char>^ EndExtend(
IAsyncResult^ ar
) sealed
abstract EndExtend :
ar : IAsyncResult -> byte[]
override EndExtend :
ar : IAsyncResult -> byte[]
Parameters
- ar
- Type: SystemIAsyncResult
TCP KSI service async result
Return Value
Type:
Byteresponse bytes
Implements
IKsiExtendingServiceProtocolEndExtend(IAsyncResult)
See Also