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

Namespace: FirstFloor.Documents.ComponentModel
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public WaitHandle AsyncWaitHandle { get; }
Visual Basic
Public ReadOnly Property AsyncWaitHandle As WaitHandle
	Get
Visual C++
public:
virtual property WaitHandle^ AsyncWaitHandle {
	WaitHandle^ get () sealed;
}

Field Value

Return Value

A wait handle that is used to wait for an asynchronous operation to complete.

Implements

IAsyncResult..::..AsyncWaitHandle

See Also