ActivatableWorkflowsQueryResult Constructors

Definition

Initializes an instance of the ActivatableWorkflowsQueryResult class.

Overloads

ActivatableWorkflowsQueryResult()

Initializes an instance of the ActivatableWorkflowsQueryResult class.

ActivatableWorkflowsQueryResult(IDictionary<XName,Object>)

Creates an instance of the ActivatableWorkflowsQueryResult class and initializes the ActivationParameters property with the data in the dictionary object passed in as a parameter.

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

Creates an instance of the ActivatableWorkflowsQueryResult class and initializes the ActivationParameters property with the data in the enumerable dictionary object passed in as a parameter.

ActivatableWorkflowsQueryResult()

Initializes an instance of the ActivatableWorkflowsQueryResult class.

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

Applies to

ActivatableWorkflowsQueryResult(IDictionary<XName,Object>)

Creates an instance of the ActivatableWorkflowsQueryResult class and initializes the ActivationParameters property with the data in the dictionary object passed in as a parameter.

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

parameters
IDictionary<XName,Object>

A dictionary object containing activation parameters.

Applies to

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

Creates an instance of the ActivatableWorkflowsQueryResult class and initializes the ActivationParameters property with the data in the enumerable dictionary object passed in as a parameter.

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

parameters
IEnumerable<IDictionary<XName,Object>>

An enumerable dictionary object containing activation parameters.

Applies to