Share via


WorkflowResourceManager.DeleteWorkflows Method

Deletes the workflows associated with the manager.

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

Syntax

'Declaration
Public Function DeleteWorkflows As Integer
'Usage
Dim instance As WorkflowResourceManager 
Dim returnValue As Integer 

returnValue = instance.DeleteWorkflows()
public int DeleteWorkflows()
public:
int DeleteWorkflows()
member DeleteWorkflows : unit -> int
public function DeleteWorkflows() : int

Return Value

Type: System.Int32
The deleted workflows.

See Also

Reference

WorkflowResourceManager Class

DeleteWorkflows Overload

Microsoft.Workflow.Client Namespace