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