Click or drag to resize

KsiServiceAsyncResultAsyncWaitHandle Property

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

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public WaitHandle AsyncWaitHandle { get; }

Return Value

Type: WaitHandle
A WaitHandle that is used to wait for an asynchronous operation to complete.

Implements

IAsyncResultAsyncWaitHandle
See Also