Dijeli putem


Finalize Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Allows a ResourcePropertyFreeThreaded object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

Namespace:  Microsoft.CommerceServer.Interop.Configuration
Assembly:  Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.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

See Also

Reference

ResourcePropertyFreeThreaded Class

ResourcePropertyFreeThreaded Members

Microsoft.CommerceServer.Interop.Configuration Namespace