共用方式為


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>>

包含啟動參數的可列舉字典物件。

適用於