Click or drag to resize

HAAsyncResult Constructor

Create high availablity KSI service async result instance.

Namespace:  Guardtime.KSI.Service.HighAvailability
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public HAAsyncResult(
	AsyncCallback callback,
	Object asyncState,
	HARequestRunner requestRunner
)

Parameters

callback
Type: SystemAsyncCallback
callback when HA request is finished
asyncState
Type: SystemObject
callback async state object
requestRunner
Type: Guardtime.KSI.Service.HighAvailabilityHARequestRunner
See Also