WorkflowInstanceManager.GetInstanceCount Method

Retrieves the number of all workflow instances in this scope.

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

Syntax

'Declaration
Public Function GetInstanceCount As Integer
'Usage
Dim instance As WorkflowInstanceManager 
Dim returnValue As Integer 

returnValue = instance.GetInstanceCount()
public int GetInstanceCount()
public:
int GetInstanceCount()
member GetInstanceCount : unit -> int
public function GetInstanceCount() : int

Return Value

Type: System.Int32
The number of all workflow instances in this scope.

See Also

Reference

WorkflowInstanceManager Class

GetInstanceCount Overload

Microsoft.Workflow.Client Namespace