PSWorkflowFileInstanceStore.GetAllWorkflowInstanceIds Method

Definition

Returns all Workflow guids.

public:
 static System::Collections::Generic::IEnumerable<Microsoft::PowerShell::Workflow::PSWorkflowId ^> ^ GetAllWorkflowInstanceIds();
public static System.Collections.Generic.IEnumerable<Microsoft.PowerShell.Workflow.PSWorkflowId> GetAllWorkflowInstanceIds ();
static member GetAllWorkflowInstanceIds : unit -> seq<Microsoft.PowerShell.Workflow.PSWorkflowId>
Public Shared Function GetAllWorkflowInstanceIds () As IEnumerable(Of PSWorkflowId)

Returns

Applies to