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 然後才刪除該鎖擁有者資訊。

建構函式

名稱 Description
DeleteWorkflowOwnerCommand()

初始化該 DeleteWorkflowOwnerCommand 類別的實例。

屬性

名稱 Description
AutomaticallyAcquiringLock

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

(繼承來源 InstancePersistenceCommand)
IsTransactionEnlistmentOptional

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

(繼承來源 InstancePersistenceCommand)
Name

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

(繼承來源 InstancePersistenceCommand)

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)
Validate(InstanceView)

驗證指令。

(繼承來源 InstancePersistenceCommand)

適用於