Finalize Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Allows a BusinessDataAdminFreeThreaded object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)
Syntax
'Declaration
Protected Overrides Sub Finalize
'Usage
Me.Finalize()
protected override void Finalize()
protected:
virtual void Finalize() override
protected override function Finalize()
Remarks
The Finalize method invokes the Dispose method with the disposing parameter set to false.
This method allows the object to free up resources and carry out other cleanup operations.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BusinessDataAdminFreeThreaded Class