SqlWorkflowPersistenceService.GetAllWorkflows Metoda

Definice

Načte popisy instancí všech trvalých pracovních postupů.

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)

Návraty

IEnumerable<SqlPersistenceWorkflowInstanceDescription>

Seznam všech trvalých pracovních postupů.

Platí pro