InOrderThreadPoolQueue.Dispose Method ()
Releases all resources use by the InOrderThreadPoolQueue object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public void Dispose()
public:
virtual void Dispose() sealed
Public Sub Dispose
Implements
Remarks
Disposing of an InOrderThreadPoolQueue object cancels any work items that have not run, but a work item that has already started cannot be stopped.
See Also
InOrderThreadPoolQueue Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top