WorkflowRuntime.GetLoadedWorkflows Metod

Definition

Hämtar en samling som innehåller alla arbetsflödesinstanser som för närvarande läses in i minnet.

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)

Returer

Ett WorkflowInstance objekt för varje arbetsflödesinstans som för närvarande läses in i minnet.

Undantag

Kommentarer

Observera att den här metoden, till skillnad från GetWorkflow, inte genererar en InvalidOperationException om körningen inte startas.

Gäller för