WorkflowContext.Dispose Method
Disposes of the Windows SharePoint Services 3.0 objects that were created by the workflow.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As WorkflowContext
instance.Dispose()
public void Dispose()
Implements
Remarks
The method is sealed and cannot be inherited.