Método WorkflowResourceManager.GetWorkflows

Obtém os workflows especificados para o gerenciador.

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

Sintaxe

'Declaração
Public Function GetWorkflows ( _
    skip As Integer, _
    count As Integer, _
    metadataFilter As IDictionary(Of String, String) _
) As Collection(Of WorkflowDescription)
'Uso
Dim instance As WorkflowResourceManager 
Dim skip As Integer 
Dim count As Integer 
Dim metadataFilter As IDictionary(Of String, String)
Dim returnValue As Collection(Of WorkflowDescription)

returnValue = instance.GetWorkflows(skip, _
    count, metadataFilter)
public Collection<WorkflowDescription> GetWorkflows(
    int skip,
    int count,
    IDictionary<string, string> metadataFilter
)
public:
Collection<WorkflowDescription^>^ GetWorkflows(
    int skip, 
    int count, 
    IDictionary<String^, String^>^ metadataFilter
)
member GetWorkflows : 
        skip:int * 
        count:int * 
        metadataFilter:IDictionary<string, string> -> Collection<WorkflowDescription> 
public function GetWorkflows(
    skip : int, 
    count : int, 
    metadataFilter : IDictionary<String, String>
) : Collection<WorkflowDescription>

Parâmetros

Valor de retorno

Tipo: System.Collections.ObjectModel.Collection<WorkflowDescription>
Os workflows para o gerenciador.

Consulte também

Referência

WorkflowResourceManager Classe

Namespace Microsoft.Workflow.Client