WorkflowRuntime.GetLoadedWorkflows Yöntem

Tanım

Şu anda belleğe yüklenmiş olan tüm iş akışı örneklerini içeren bir koleksiyon alır.

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)

Döndürülenler

WorkflowInstance Şu anda belleğe yüklenen her iş akışı örneği için bir nesne.

Özel durumlar

Açıklamalar

aksine GetWorkflow, çalışma zamanı başlatılmazsa bu yöntemin bir InvalidOperationException oluşturmadığını unutmayın.

Şunlara uygulanır