Share via


PurchaseOrder.Dispose (Boolean) Method (BCL)

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

Definition

[Visual Basic .NET]

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

[C#]

protected override void Dispose(System.Booleandisposing);

Parameters

[Visual Basic .NET]

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

[C#]

  • disposing
    A value of 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 SDK documentation for implementing a Dispose method.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Orders

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.