XEventFileSerializer.Finalize Método
Allows the object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
Protected Overrides Sub Finalize
'Uso
Me.Finalize()
protected override void Finalize()
protected:
virtual void Finalize() override
abstract Finalize : unit -> unit
override Finalize : unit -> unit
protected override function Finalize()