WorkflowRuntime.GetLoadedWorkflows Método

Definição

Obtém uma coleção que contém todas as instâncias de workflow 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)

Devoluções

Um WorkflowInstance objeto para cada instância de workflow atualmente carregada na memória.

Exceções

Observações

Note que, ao contrário de GetWorkflow, este método não lança a InvalidOperationException se o tempo de execução não for iniciado.

Aplica-se a