DFSLink Developer Documentation

AExternalData.Finalize Method 

Use C# destructor syntax for finalization code. This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class.

protected override void Finalize();

See Also

AExternalData Class | dfslink Namespace