Click or drag to resize

HAAsyncResultAsyncWaitHandle Property

Gets a WaitHandle that is used to wait for an asynchronous operation to complete.

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 WaitHandle AsyncWaitHandle { get; }

Property Value

Type: WaitHandle

Implements

IAsyncResultAsyncWaitHandle
See Also