[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Dispose the SharedQueue object to release the unmanaged resources.
Namespace: Microsoft.WebSolutionsPlatform.Common
Assembly: WspSharedQueue (WspSharedQueue)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Sub Dispose ( _
disposing As Boolean _
) |
C# |
---|
protected virtual void Dispose (
bool disposing
) |
C++ |
---|
protected:
virtual void Dispose (
bool disposing
) |
Parameters
- disposing (System.Boolean)