WorkflowRuntime.GetLoadedWorkflows 메서드

정의

현재 메모리에 로드된 모든 워크플로 인스턴스가 포함된 컬렉션을 가져옵니다.

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)

반품

WorkflowInstance 현재 메모리에 로드된 각 워크플로 인스턴스의 개체입니다.

예외

설명

GetWorkflow달리 이 메서드는 런타임이 시작되지 않은 경우 throw InvalidOperationException 하지 않습니다.

적용 대상