HAExtendRequestRunnerEndExtend Method
|
Ends HA extending request and returns the first successful sub-service extending response.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic CalendarHashChain EndExtend(
HAAsyncResult haAsyncResult
)
Public Function EndExtend (
haAsyncResult As HAAsyncResult
) As CalendarHashChain
public:
CalendarHashChain^ EndExtend(
HAAsyncResult^ haAsyncResult
)
member EndExtend :
haAsyncResult : HAAsyncResult -> CalendarHashChain
Parameters
- haAsyncResult
- Type: Guardtime.KSI.Service.HighAvailabilityHAAsyncResult
HA async result
Return Value
Type:
CalendarHashChain
See Also