ActivatableWorkflowsQueryResult 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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>>
包含啟動參數的可列舉字典物件。