InstanceManager.Get メソッド (Int32, Int32, WorkflowInstanceStatus, IDictionary<String, String>)

ページングによって、指定された条件を満たすワークフロー インスタンスに関する情報を取得します。

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

構文

'宣言
Public Function Get ( _
    skip As Integer, _
    count As Integer, _
    workflowStatus As WorkflowInstanceStatus, _
    activationMetadataFilter As IDictionary(Of String, String) _
) As Collection(Of WorkflowInstanceInfo)
'使用
Dim instance As InstanceManager 
Dim skip As Integer 
Dim count As Integer 
Dim workflowStatus As WorkflowInstanceStatus 
Dim activationMetadataFilter As IDictionary(Of String, String)
Dim returnValue As Collection(Of WorkflowInstanceInfo)

returnValue = instance.Get(skip, count, _
    workflowStatus, activationMetadataFilter)
public Collection<WorkflowInstanceInfo> Get(
    int skip,
    int count,
    WorkflowInstanceStatus workflowStatus,
    IDictionary<string, string> activationMetadataFilter
)
public:
Collection<WorkflowInstanceInfo^>^ Get(
    int skip, 
    int count, 
    WorkflowInstanceStatus workflowStatus, 
    IDictionary<String^, String^>^ activationMetadataFilter
)
member Get : 
        skip:int * 
        count:int * 
        workflowStatus:WorkflowInstanceStatus * 
        activationMetadataFilter:IDictionary<string, string> -> Collection<WorkflowInstanceInfo> 
public function Get(
    skip : int, 
    count : int, 
    workflowStatus : WorkflowInstanceStatus, 
    activationMetadataFilter : IDictionary<String, String>
) : Collection<WorkflowInstanceInfo>

パラメーター

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

戻り値

型: System.Collections.ObjectModel.Collection<WorkflowInstanceInfo>
取得されたワークフロー インスタンスを表す WorkflowInstanceInfo オブジェクトのコレクション。

説明

If activationMetadataFilter is not null and not empty then only workflow instances that has all matching activation metada will be retrieved.

関連項目

参照

InstanceManager クラス

Get オーバーロード

Microsoft.Workflow.Client 名前空間