Class InstanceOwnerQueryResult
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class InstanceOwnerQueryResult : InstanceStoreQueryResult
Constructors
InstanceOwnerQueryResult()
Declaration
public InstanceOwnerQueryResult()
InstanceOwnerQueryResult(IDictionary<Guid, IDictionary<XName, InstanceValue>>)
Declaration
public InstanceOwnerQueryResult(IDictionary<Guid, IDictionary<XName, InstanceValue>> instanceOwners)
Parameters
System.Collections.Generic.IDictionary<System.Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>>
instanceOwners
|
InstanceOwnerQueryResult(Guid, IDictionary<XName, InstanceValue>)
Declaration
public InstanceOwnerQueryResult(Guid instanceOwnerId, IDictionary<XName, InstanceValue> metadata)
Parameters
System.Guid
instanceOwnerId
|
System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>
metadata
|
Properties
InstanceOwners
Declaration
public IDictionary<Guid, IDictionary<XName, InstanceValue>> InstanceOwners { get; }
Property Value
System.Collections.Generic.IDictionary<System.Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>>
|