Share via


ProviderConnector<T>.Finalize Method ()

 

eleases unmanaged resources and performs other cleanup operations before the ProviderConnector<T> object is reclaimed by garbage collection.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

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

Implements

Object.Finalize()

See Also

ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top