KsiServiceEndExtend Method
|
End extend (async).
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic CalendarHashChain EndExtend(
IAsyncResult asyncResult
)
Public Function EndExtend (
asyncResult As IAsyncResult
) As CalendarHashChain
public:
virtual CalendarHashChain^ EndExtend(
IAsyncResult^ asyncResult
) sealed
abstract EndExtend :
asyncResult : IAsyncResult -> CalendarHashChain
override EndExtend :
asyncResult : IAsyncResult -> CalendarHashChain
Parameters
- asyncResult
- Type: SystemIAsyncResult
async result
Return Value
Type:
CalendarHashChainextended calendar hash chain
Implements
IKsiServiceEndExtend(IAsyncResult)
See Also