Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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