CreateWorkflowOwnerWithIdentityCommand 类

定义

指定具有标识命令的工作流所有者的创建。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
继承
CreateWorkflowOwnerWithIdentityCommand

构造函数

CreateWorkflowOwnerWithIdentityCommand()

初始化 CreateWorkflowOwnerWithIdentityCommand 类的新实例。Initializes a new instance of the CreateWorkflowOwnerWithIdentityCommand class.

属性

AutomaticallyAcquiringLock

指示此命令是否可尝试获取对此实例的锁定。Indicates whether the command could attempt to acquire a lock on the instance.

(继承自 InstancePersistenceCommand)
InstanceOwnerMetadata

在字典中获取与实例所有者相关的元数据,该元数据中以 XName 对象为键,以 InstanceValue 对象为值。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

返回一个值,指示暂留提供程序是否可以在执行此命令时选择不在环境事务 (Transaction.Current) 中登记。Returns a value that indicates whether the persistence provider may choose not to enlist in the ambient transaction (Transaction.Current) when executing this command.

(继承自 InstancePersistenceCommand)
Name

获取永久性命令的名称。Gets the name of the persistence command.

(继承自 InstancePersistenceCommand)

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)
Validate(InstanceView)

验证此命令。Validates the command.

(继承自 InstancePersistenceCommand)

适用于