Share via


WorkflowResourceManager.DeleteWorkflows Method (IDictionary<String, String>)

Deletes the specified workflows associated with the manager using a metadata filter.

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

Syntax

'Declaration
Public Function DeleteWorkflows ( _
    metadataFilter As IDictionary(Of String, String) _
) As Integer
'Usage
Dim instance As WorkflowResourceManager 
Dim metadataFilter As IDictionary(Of String, String)
Dim returnValue As Integer 

returnValue = instance.DeleteWorkflows(metadataFilter)
public int DeleteWorkflows(
    IDictionary<string, string> metadataFilter
)
public:
int DeleteWorkflows(
    IDictionary<String^, String^>^ metadataFilter
)
member DeleteWorkflows : 
        metadataFilter:IDictionary<string, string> -> int
public function DeleteWorkflows(
    metadataFilter : IDictionary<String, String>
) : int

Parameters

Return Value

Type: System.Int32
The deleted workflows.

See Also

Reference

WorkflowResourceManager Class

DeleteWorkflows Overload

Microsoft.Workflow.Client Namespace