PageProvider.Finalize Method ()

 

Releases unmanaged resources and performs other cleanup operations before the PageProvider object is reclaimed by garbage collection.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

protected override void Finalize()
protected:
virtual void Finalize() override
Protected Overrides Sub Finalize

Implements

Object.Finalize()

Remarks

This method overrides Finalize and cleans up resources by calling Dispose with an argument of false. Override Dispose to customize the cleanup.

Application code should not call this method. The Finalize method of an object is automatically invoked during garbage collection, unless a call to the SuppressFinalize method has disabled finalization by the garbage collector.

See Also

PageProvider Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top