LoadWorkflowByInstanceKeyCommand 類別

定義

一個持久化指令,透過與實例相關的實例金鑰載入工作流程實例。

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

建構函式

名稱 Description
LoadWorkflowByInstanceKeyCommand()

初始化該 LoadWorkflowByInstanceKeyCommand 類別的實例。

屬性

名稱 Description
AcceptUninitializedInstance

會取得一個值,指示是否允許載入處於未初始化狀態的工作流程實例。

AssociateInstanceKeyToInstanceId

取得或設定與實例金鑰相關的實例識別碼。

AutomaticallyAcquiringLock

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

(繼承來源 InstancePersistenceCommand)
InstanceKeysToAssociate

取得與持久儲存中實例關聯的實例金鑰。

IsTransactionEnlistmentOptional

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

(繼承來源 InstancePersistenceCommand)
LookupInstanceKey

取得用來識別要載入實例的實例金鑰。

Name

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

(繼承來源 InstancePersistenceCommand)

方法

名稱 Description
Equals(Object)

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

(繼承來源 Object)
GetHashCode()

做為預設哈希函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

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

(繼承來源 Object)
Validate(InstanceView)

驗證指令。

(繼承來源 InstancePersistenceCommand)

適用於