SqlWorkflowPersistenceService.GetAllWorkflows Method

Definition

Retrieves instance descriptions of all persisted workflows.

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)

Returns

A list of all persisted workflows.

Applies to