次の方法で共有


ActivatableWorkflowsQueryResult コンストラクター

定義

ActivatableWorkflowsQueryResult クラスのインスタンスを初期化します。

オーバーロード

ActivatableWorkflowsQueryResult()

ActivatableWorkflowsQueryResult クラスのインスタンスを初期化します。

ActivatableWorkflowsQueryResult(IDictionary<XName,Object>)

ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡されるディクショナリ オブジェクトのデータを使用して ActivationParameters プロパティを初期化します。

ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName,Object>>)

ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡される列挙可能なディクショナリ オブジェクトのデータを使用して、ActivationParameters プロパティを初期化します。

ActivatableWorkflowsQueryResult()

ActivatableWorkflowsQueryResult クラスのインスタンスを初期化します。

public:
 ActivatableWorkflowsQueryResult();
public ActivatableWorkflowsQueryResult ();
Public Sub New ()

適用対象

ActivatableWorkflowsQueryResult(IDictionary<XName,Object>)

ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡されるディクショナリ オブジェクトのデータを使用して ActivationParameters プロパティを初期化します。

public:
 ActivatableWorkflowsQueryResult(System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^ parameters);
public ActivatableWorkflowsQueryResult (System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object> parameters);
new System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult : System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj> -> System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult
Public Sub New (parameters As IDictionary(Of XName, Object))

パラメーター

parameters
IDictionary<XName,Object>

アクティブ化パラメーターを格納しているディクショナリ オブジェクト。

適用対象

ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName,Object>>)

ActivatableWorkflowsQueryResult クラスのインスタンスを作成し、パラメーターとして渡される列挙可能なディクショナリ オブジェクトのデータを使用して、ActivationParameters プロパティを初期化します。

public:
 ActivatableWorkflowsQueryResult(System::Collections::Generic::IEnumerable<System::Collections::Generic::IDictionary<System::Xml::Linq::XName ^, System::Object ^> ^> ^ parameters);
public ActivatableWorkflowsQueryResult (System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<System.Xml.Linq.XName,object>> parameters);
new System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult : seq<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, obj>> -> System.Activities.DurableInstancing.ActivatableWorkflowsQueryResult
Public Sub New (parameters As IEnumerable(Of IDictionary(Of XName, Object)))

パラメーター

parameters
IEnumerable<IDictionary<XName,Object>>

アクティブ化パラメーターを格納している列挙可能なディクショナリ オブジェクト。

適用対象