DeleteWorkflowOwnerCommand 類別

定義

從持續性資料庫中刪除鎖定擁有人資訊。

public ref class DeleteWorkflowOwnerCommand sealed : System::Runtime::DurableInstancing::InstancePersistenceCommand
public sealed class DeleteWorkflowOwnerCommand : System.Runtime.DurableInstancing.InstancePersistenceCommand
type DeleteWorkflowOwnerCommand = class
    inherit InstancePersistenceCommand
Public NotInheritable Class DeleteWorkflowOwnerCommand
Inherits InstancePersistenceCommand
繼承
DeleteWorkflowOwnerCommand

備註

如果鎖定擁有者與資料庫中的實例相關聯,該實例上的鎖定擁有者會在 null 刪除鎖定擁有者資訊之前設定為。

建構函式

DeleteWorkflowOwnerCommand()

初始化 DeleteWorkflowOwnerCommand 類別的執行個體。

屬性

AutomaticallyAcquiringLock

表示命令是否可以嘗試取得執行個體上的鎖定。

(繼承來源 InstancePersistenceCommand)
IsTransactionEnlistmentOptional

傳回值,這個值表示執行這個命令時,持續性提供者是否可以選擇不登錄環境交易 (Transaction.Current)。

(繼承來源 InstancePersistenceCommand)
Name

取得持續性命令的名稱。

(繼承來源 InstancePersistenceCommand)

方法

Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)
Validate(InstanceView)

驗證命令。

(繼承來源 InstancePersistenceCommand)

適用於