OrderGroup.Dispose (Boolean) Method (BCL)
Use this method release the unmanaged resources used by this class and optionally release the managed resources.
Definition
[Visual Basic .NET]
Protected Overridable Sub Dispose( _ByValdisposing As System.Boolean _
)
[C#]
protected virtual void Dispose(System.Booleandisposing);
Parameters
[Visual Basic .NET]
- disposing
True if this is called from the Dispose method, False if called from the finalizer.
[C#]
- disposing
True if this is called from the Dispose method, False if called from the finalizer.
Remarks
If this class is not sealed, derived classes can override this method to dispose of their resources. For more information, see Microsoft .NET Framework Software Development Kit (SDK) documentation for implementing a Dispose method.
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Orders
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Example Code for the Microsoft.CommerceServer.Runtime.Orders Namespace
Copyright © 2005 Microsoft Corporation.
All rights reserved.