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.
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