Show / Hide Table of Contents

Class InstancePersistenceCommand

Inheritance
System.Object
InstancePersistenceCommand
CreateWorkflowOwnerCommand
CreateWorkflowOwnerWithIdentityCommand
DeleteWorkflowOwnerCommand
LoadWorkflowByInstanceKeyCommand
LoadWorkflowCommand
QueryActivatableWorkflowsCommand
SaveWorkflowCommand
TryLoadRunnableWorkflowCommand
Namespace: System.Activities.Runtime.DurableInstancing
Assembly: System.Activities.dll
Syntax
public abstract class InstancePersistenceCommand : Object

Constructors

InstancePersistenceCommand(XName)

Declaration
protected InstancePersistenceCommand(XName name)
Parameters
System.Xml.Linq.XName name

Properties

AutomaticallyAcquiringLock

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

IsTransactionEnlistmentOptional

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

Name

Declaration
public XName Name { get; }
Property Value
System.Xml.Linq.XName

Methods

Validate(InstanceView)

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

Back to top Generated by DocFX