This documentation is archived and is not being maintained.
WorkflowManager.Delete Method (String)
Deletes specified workflow wihout terminating existing instances.
Namespace:
Microsoft.Workflow.Client Assembly:
Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
'Declaration
Public Sub Delete ( _
workflowName As String _
)
'Usage
Dim instance As WorkflowManager
Dim workflowName As String
instance.Delete(workflowName)
Parameters
- workflowName
- Type: System.String
Name of the workflow to be deleted.