Share via


ContentSelector.Dispose(Boolean) Method (BCL)

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 Microsoft .NET Framework Software Development Kit (SDK) documentation for implementing a Dispose method.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Display Targeted Advertisements on an ASP.NET Web Form

Copyright © 2005 Microsoft Corporation.
All rights reserved.