Share via


DaabAsyncResult.AsyncWaitHandle Property

Wait handle to use to wait synchronously for completion.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)

Syntax

'Declaration
Public ReadOnly Property AsyncWaitHandle As WaitHandle
public WaitHandle AsyncWaitHandle { get; }
public:
virtual property WaitHandle^ AsyncWaitHandle {
    WaitHandle^ get () sealed;
}
public final function get AsyncWaitHandle () : WaitHandle

Implements

IAsyncResult.AsyncWaitHandle

See Also

DaabAsyncResult Class

Microsoft.Practices.EnterpriseLibrary.Data Namespace