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

IDisposable.Dispose()

Remarks

The method is sealed and cannot be inherited.

See Also

Reference

WorkflowContext Class

WorkflowContext Members

Microsoft.SharePoint.WorkflowActions Namespace