Class LoadWorkflowByInstanceKeyCommand
Inherited Members
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
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
LookupInstanceKey
Declaration
public Guid LookupInstanceKey { get; set; }
Property Value
System.Guid
|
Methods
Validate(InstanceView)
Declaration
protected override void Validate(InstanceView view)
Parameters
InstanceView
view
|