Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
Namespace: FirstFloor.Documents.ComponentModelAssembly: 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; } |