CreateWorkflowOwnerWithIdentityCommand 類別

定義

指定以識別身分命令建立工作流程擁有者。

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 類別的新執行個體。

屬性

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)

適用於