Click or drag to resize

AsyncResultVoidAsyncWaitHandle Property

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

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public WaitHandle AsyncWaitHandle { get; }

Property Value

Type: WaitHandle

Implements

IAsyncResultAsyncWaitHandle
See Also