InstanceManager.GetCount メソッド

このスコープのすべてのワークフロー インスタンスのカウントを取得します。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Public Function GetCount As Integer
'使用
Dim instance As InstanceManager 
Dim returnValue As Integer 

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

戻り値

型: System.Int32
現在のスコープのすべてのワークフロー インスタンスの数。

関連項目

参照

InstanceManager クラス

GetCount オーバーロード

Microsoft.Workflow.Client 名前空間