WorkflowInstanceManager.GetInstances メソッド (Int32, Int32)

指定したスキップ数と取得数のワークフロー インスタンスのコレクションを返します。

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

構文

'宣言
Public Function GetInstances ( _
    skip As Integer, _
    count As Integer _
) As Collection(Of WorkflowInstanceInfo)
'使用
Dim instance As WorkflowInstanceManager 
Dim skip As Integer 
Dim count As Integer 
Dim returnValue As Collection(Of WorkflowInstanceInfo)

returnValue = instance.GetInstances(skip, _
    count)
public Collection<WorkflowInstanceInfo> GetInstances(
    int skip,
    int count
)
public:
Collection<WorkflowInstanceInfo^>^ GetInstances(
    int skip, 
    int count
)
member GetInstances : 
        skip:int * 
        count:int -> Collection<WorkflowInstanceInfo> 
public function GetInstances(
    skip : int, 
    count : int
) : Collection<WorkflowInstanceInfo>

パラメーター

  • skip
    型: System.Int32
    スキップするワークフロー インスタンスの数。
  • count
    型: System.Int32
    取得するワークフロー インスタンスの数。

戻り値

型: System.Collections.ObjectModel.Collection<WorkflowInstanceInfo>
ワークフロー インスタンスのコレクション。

関連項目

参照

WorkflowInstanceManager クラス

GetInstances オーバーロード

Microsoft.Workflow.Client 名前空間