Show / Hide Table of Contents

Class TryLoadRunnableWorkflowCommand

Inheritance
System.Object
InstancePersistenceCommand
TryLoadRunnableWorkflowCommand
Inherited Members
InstancePersistenceCommand.Name
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
InstancePersistenceCommand.AutomaticallyAcquiringLock

IsTransactionEnlistmentOptional

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

Overrides
InstancePersistenceCommand.IsTransactionEnlistmentOptional

Methods

Validate(InstanceView)

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

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