Show / Hide Table of Contents

Class ActivatableWorkflowsQueryResult

Inheritance
System.Object
InstanceStoreQueryResult
ActivatableWorkflowsQueryResult
Namespace: System.Activities.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class ActivatableWorkflowsQueryResult : InstanceStoreQueryResult

Constructors

ActivatableWorkflowsQueryResult()

Declaration
public ActivatableWorkflowsQueryResult()

ActivatableWorkflowsQueryResult(IDictionary<XName, Object>)

Declaration
public ActivatableWorkflowsQueryResult(IDictionary<XName, object> parameters)
Parameters
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object> parameters

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

Declaration
public ActivatableWorkflowsQueryResult(IEnumerable<IDictionary<XName, object>> parameters)
Parameters
System.Collections.Generic.IEnumerable<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object>> parameters

Properties

ActivationParameters

Declaration
public List<IDictionary<XName, object>> ActivationParameters { get; }
Property Value
System.Collections.Generic.List<System.Collections.Generic.IDictionary<System.Xml.Linq.XName, System.Object>>

Back to top Generated by DocFX