WorkflowRuntime.GetLoadedWorkflows Método

Definição

Obtém uma coleção que contém todas as instâncias de fluxo de trabalho atualmente carregadas na memória.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::Runtime::WorkflowInstance ^> ^ GetLoadedWorkflows();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.Runtime.WorkflowInstance> GetLoadedWorkflows();
member this.GetLoadedWorkflows : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.Runtime.WorkflowInstance>
Public Function GetLoadedWorkflows () As ReadOnlyCollection(Of WorkflowInstance)

Retornos

Um WorkflowInstance objeto para cada instância de fluxo de trabalho atualmente carregado na memória.

Exceções

Comentários

Observe que, ao contrário GetWorkflow, esse método não gerará um InvalidOperationException se o runtime não for iniciado.

Aplica-se a