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

建構函式

名稱 Description
CreateWorkflowOwnerWithIdentityCommand()

初始化 CreateWorkflowOwnerWithIdentityCommand 類別的新執行個體。

屬性

名稱 Description
AutomaticallyAcquiringLock

指示指令是否能嘗試取得對該實例的鎖定。

(繼承來源 InstancePersistenceCommand)
InstanceOwnerMetadata

以 XName 物件作為鍵,InstanceValue 物件作為值,取得關於實例擁有者的字典中繼資料。

IsTransactionEnlistmentOptional

回傳一個值,指示持久化提供者在執行此指令時是否可選擇不加入環境交易(Transaction.Current)。

(繼承來源 InstancePersistenceCommand)
Name

會取得持久化指令的名稱。

(繼承來源 InstancePersistenceCommand)

方法

名稱 Description
Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)
Validate(InstanceView)

驗證指令。

(繼承來源 InstancePersistenceCommand)

適用於