WorkflowInstanceManager.GetInstances Method

Returns all the collection of workflow instances.

Namespace:  Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

'Declaration
Public Function GetInstances As Collection(Of WorkflowInstanceInfo)
'Usage
Dim instance As WorkflowInstanceManager 
Dim returnValue As Collection(Of WorkflowInstanceInfo)

returnValue = instance.GetInstances()
public Collection<WorkflowInstanceInfo> GetInstances()
public:
Collection<WorkflowInstanceInfo^>^ GetInstances()
member GetInstances : unit -> Collection<WorkflowInstanceInfo> 
public function GetInstances() : Collection<WorkflowInstanceInfo>

Return Value

Type: System.Collections.ObjectModel.Collection<WorkflowInstanceInfo>
The collection of workflow instances.

See Also

Reference

WorkflowInstanceManager Class

GetInstances Overload

Microsoft.Workflow.Client Namespace