CreateWorkflowOwnerWithIdentityCommand 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定使用标识命令创建工作流所有者。
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 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| AutomaticallyAcquiringLock |
指示命令是否可以尝试获取实例上的锁。 (继承自 InstancePersistenceCommand) |
| InstanceOwnerMetadata |
获取有关字典中实例所有者的元数据,该字典中具有 XName 对象作为键,而 InstanceValue 对象作为值。 |
| IsTransactionEnlistmentOptional |
返回一个值,该值指示在执行此命令时,持久性提供程序是否可以选择不登记在环境事务(Transaction.Current)中。 (继承自 InstancePersistenceCommand) |
| Name |
获取持久性命令的名称。 (继承自 InstancePersistenceCommand) |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetHashCode() |
用作默认哈希函数。 (继承自 Object) |
| GetType() |
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
创建当前 Object的浅表副本。 (继承自 Object) |
| ToString() |
返回一个表示当前对象的字符串。 (继承自 Object) |
| Validate(InstanceView) |
验证命令。 (继承自 InstancePersistenceCommand) |