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.
Represents notify events that are raised on thread pool threads.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
protected InOrderThreadPoolQueue EventQueue { get; private set; }
protected:
property InOrderThreadPoolQueue^ EventQueue {
InOrderThreadPoolQueue^ get();
private: void set(InOrderThreadPoolQueue^ value);
}
Protected Property EventQueue As InOrderThreadPoolQueue
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.InOrderThreadPoolQueue
An instance of InOrderThreadPoolQueue.
See Also
NotifyPropertyChange Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top