CatalogContext.Dispose (Boolean) Method (BCL)

Use this method to release the unmanaged resources used by this object and optionally to release the managed resources.

[Visual Basic .NET]

Protected Overridable Sub Dispose( _ByValdisposing As System.Boolean _
) 

[C#]

protected virtual void Dispose(System.Booleandisposing);

Implements

System.IDisposable

Parameters

[Visual Basic .NET]

  • disposing
    A value of True if this method was called from the Dispose method, False if this method was called from the finalizer.

[C#]

  • disposing
    A value of True if this method was called from the Dispose method, False if this method was 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 Microsoft.NET Framework SDK documentation for implementing a Dispose method.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Catalog

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.