Click or drag to resize

HASignRequestRunnerBeginRequest Method (AsyncCallback, Object)

Begin HA request.

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 BeginRequest(
	AsyncCallback callback,
	Object asyncState
)

Parameters

callback
Type: SystemAsyncCallback
callback when HA request is finished
asyncState
Type: SystemObject
callback async state object

Return Value

Type: HAAsyncResult
See Also