HARequestRunnerEndRequestT Method
|
Ends HA request and returns the first successful sub-service response.
Namespace:
Guardtime.KSI.Service.HighAvailability
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxprotected T EndRequest<T>(
HAAsyncResult haAsyncResult
)
where T : class
Protected Function EndRequest(Of T As Class) (
haAsyncResult As HAAsyncResult
) As T
protected:
generic<typename T>
where T : ref class
T EndRequest(
HAAsyncResult^ haAsyncResult
)
member EndRequest :
haAsyncResult : HAAsyncResult -> 'T when 'T : not struct
Parameters
- haAsyncResult
- Type: Guardtime.KSI.Service.HighAvailabilityHAAsyncResult
HA async result
Type Parameters
- T
- Type of response to be returned
Return Value
Type:
T
See Also