Click or drag to resize

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)
Syntax
protected T EndRequest<T>(
	HAAsyncResult haAsyncResult
)
where T : class

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