AsyncResultTAsyncWaitHandle 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
Syntaxpublic WaitHandle AsyncWaitHandle { get; }
Public ReadOnly Property AsyncWaitHandle As WaitHandle
Get
public:
virtual property WaitHandle^ AsyncWaitHandle {
WaitHandle^ get () sealed;
}
abstract AsyncWaitHandle : WaitHandle with get
override AsyncWaitHandle : WaitHandle with get
Property Value
Type:
WaitHandleImplements
IAsyncResultAsyncWaitHandle
See Also