Compartilhar via


SPWorkflowManager.Finalize method

Libera os recursos não gerenciados usados pela classe SPWorkflowManager .

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Finalizer)> _
Protected Overrides Sub Finalize
'Uso

Me.Finalize()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.Finalizer)]
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

SPWorkflowManager class

SPWorkflowManager members

Microsoft.SharePoint.Workflow namespace