LoadWorkflowCommand Class

Definition

A persistence command that loads a workflow instance based on state information of the instance in the persistence store.

public ref class LoadWorkflowCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class LoadWorkflowCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type LoadWorkflowCommand = class
    inherit InstancePersistenceCommand
Public NotInheritable Class LoadWorkflowCommand
Inherits InstancePersistenceCommand
Inheritance
LoadWorkflowCommand

Constructors

LoadWorkflowCommand()

Initializes an instance of the LoadWorkflowCommand class.

Properties

AcceptUninitializedInstance

Gets a value that indicates whether to allow loading an uninitialized instance.

AutomaticallyAcquiringLock

Indicates whether the command could attempt to acquire a lock on the instance.

(Inherited from InstancePersistenceCommand)
IsTransactionEnlistmentOptional

Returns a value that indicates whether the persistence provider may choose not to enlist in the ambient transaction (Transaction.Current) when executing this command.

(Inherited from InstancePersistenceCommand)
Name

Gets the name of the persistence command.

(Inherited from InstancePersistenceCommand)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(InstanceView)

Validates the command.

(Inherited from InstancePersistenceCommand)

Applies to