CommerceModule.Dispose(Boolean) Method

Use this method to release the unmanaged resources used by this object 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 was called from the Dispose method, False if called from the finalizer.

[C#]

  • disposing
    True if this was 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 the .NET Framework SDK documentation for implementing a Dispose method.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.