CreateWorkflowOwnerWithIdentityCommand Class

Definition

Specifies creation of a workflow owner with identity command.

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

Constructors

CreateWorkflowOwnerWithIdentityCommand()

Initializes a new instance of the CreateWorkflowOwnerWithIdentityCommand class.

Properties

AutomaticallyAcquiringLock

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

(Inherited from InstancePersistenceCommand)
InstanceOwnerMetadata

Gets the metadata about the instance owner in a dictionary with an XName object as the key and an InstanceValue object as a value.

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