Compartilhar via


FileBackedMetadataCatalog.Finalize method

Tenta liberar recursos e executar outras operações de limpeza antes que este objeto é recuperado pela coleta de lixo.

Namespace:  Microsoft.SharePoint.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
Protected Overrides Sub Finalize
'Uso

Me.Finalize()
protected override void Finalize()

Comentários

This method overrides System.Object.Finalize. Application code should not call this method; an object's Finalize method is automatically invoked during garbage collection, unless finalization by the garbage collector has been disabled by a call to the GC.SuppressFinalize method. For more information, see Finalize Methods and Destructors , Cleaning Up Unmanaged Resources , and Overriding the Finalize Method.

Ver também

Referência

FileBackedMetadataCatalog class

FileBackedMetadataCatalog members

Microsoft.SharePoint.BusinessData.MetadataModel namespace