Show / Hide Table of Contents

Class LoadWorkflowCommand

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

Constructors

LoadWorkflowCommand()

Declaration
public LoadWorkflowCommand()

Properties

AcceptUninitializedInstance

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

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