Class TryLoadRunnableWorkflowCommand
Inherited Members
Namespace: System.Activities.DurableInstancing
Assembly: System.Activities.dll
Syntax
public sealed class TryLoadRunnableWorkflowCommand : InstancePersistenceCommand
Constructors
TryLoadRunnableWorkflowCommand()
Declaration
public TryLoadRunnableWorkflowCommand()
Properties
AutomaticallyAcquiringLock
Declaration
protected override bool AutomaticallyAcquiringLock { get; }
Property Value
System.Boolean
|
Overrides
IsTransactionEnlistmentOptional
Declaration
protected override bool IsTransactionEnlistmentOptional { get; }
Property Value
System.Boolean
|
Overrides
Methods
Validate(InstanceView)
Declaration
protected override void Validate(InstanceView view)
Parameters
InstanceView
view
|