Show / Hide Table of Contents

Class LoadWorkflowByInstanceKeyCommand

Inheritance
System.Object
InstancePersistenceCommand
LoadWorkflowByInstanceKeyCommand
Inherited Members
InstancePersistenceCommand.Name
Namespace: System.Activities.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class LoadWorkflowByInstanceKeyCommand : InstancePersistenceCommand

Constructors

LoadWorkflowByInstanceKeyCommand()

Declaration
public LoadWorkflowByInstanceKeyCommand()

Properties

AcceptUninitializedInstance

Declaration
public bool AcceptUninitializedInstance { get; set; }
Property Value
System.Boolean

AssociateInstanceKeyToInstanceId

Declaration
public Guid AssociateInstanceKeyToInstanceId { get; set; }
Property Value
System.Guid

AutomaticallyAcquiringLock

Declaration
protected override bool AutomaticallyAcquiringLock { get; }
Property Value
System.Boolean

Overrides
InstancePersistenceCommand.AutomaticallyAcquiringLock

InstanceKeysToAssociate

Declaration
public IDictionary<Guid, IDictionary<XName, InstanceValue>> InstanceKeysToAssociate { get; }
Property Value
System.Collections.Generic.IDictionary<System.Guid, System.Collections.Generic.IDictionary<System.Xml.Linq.XName, InstanceValue>>

IsTransactionEnlistmentOptional

Declaration
protected override bool IsTransactionEnlistmentOptional { get; }
Property Value
System.Boolean

Overrides
InstancePersistenceCommand.IsTransactionEnlistmentOptional

LookupInstanceKey

Declaration
public Guid LookupInstanceKey { get; set; }
Property Value
System.Guid

Methods

Validate(InstanceView)

Declaration
protected override void Validate(InstanceView view)
Parameters
InstanceView view

Overrides
InstancePersistenceCommand.Validate(InstanceView)
Back to top Generated by DocFX