IKsiExtendingServiceProtocolEndExtend Method
|
End extending request.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxbyte[] EndExtend(
IAsyncResult asyncResult
)
Function EndExtend (
asyncResult As IAsyncResult
) As Byte()
array<unsigned char>^ EndExtend(
IAsyncResult^ asyncResult
)
abstract EndExtend :
asyncResult : IAsyncResult -> byte[]
Parameters
- asyncResult
- Type: SystemIAsyncResult
async result
Return Value
Type:
Byteresponse bytes
See Also