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>

Список всех сохраненных рабочих процессов.

Применяется к