StorageOperationStatus.AsyncWaitHandle Property
Gets a WaitHandle object that can be used to wait for the operation to finish.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.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
An instance of WaitHandle.
Implements
See Also
StorageOperationStatus Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top