다음을 통해 공유


SqlWorkflowPersistenceService.GetAllWorkflows 메서드

정의

모든 지속된 워크플로에 대한 인스턴스 설명을 검색합니다.

public:
 System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Hosting::SqlPersistenceWorkflowInstanceDescription ^> ^ GetAllWorkflows();
public System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription> GetAllWorkflows ();
member this.GetAllWorkflows : unit -> seq<System.Workflow.Runtime.Hosting.SqlPersistenceWorkflowInstanceDescription>
Public Function GetAllWorkflows () As IEnumerable(Of SqlPersistenceWorkflowInstanceDescription)

반환

IEnumerable<SqlPersistenceWorkflowInstanceDescription>

모든 지속된 워크플로 목록입니다.

적용 대상