QuickStatusAsyncResult.AsyncWaitHandle Property
Gets an object that is used to wait for the asynchronous status update to complete.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public WaitHandle AsyncWaitHandle { get; }
public:
property WaitHandle^ AsyncWaitHandle {
virtual WaitHandle^ get() sealed;
}
Public ReadOnly Property AsyncWaitHandle As WaitHandle
Property Value
Type: System.Threading.WaitHandle
A WaitHandle.
Implements
Remarks
This property represents a manual reset event. The value of this property depends on whether the task has completed.
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top