WorkflowRuntime.GetLoadedWorkflows Método

Definición

Obtiene una colección que contiene todas las instancias de flujo de trabajo cargadas actualmente en memoria.

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)

Devoluciones

Objeto WorkflowInstance para cada instancia de flujo de trabajo cargada actualmente en memoria.

Excepciones

Comentarios

Tenga en cuenta que, a diferencia GetWorkflowde , este método no inicia un InvalidOperationException si no se inicia el tiempo de ejecución.

Se aplica a