共用方式為


WorkflowApplicationInstance.InstanceStore 屬性

定義

取得或設定物件,這個物件會針對目前工作流程應用程式之執行個體的存放狀態提供存取。

public:
 property System::Runtime::DurableInstancing::InstanceStore ^ InstanceStore { System::Runtime::DurableInstancing::InstanceStore ^ get(); };
public System.Runtime.DurableInstancing.InstanceStore InstanceStore { get; }
member this.InstanceStore : System.Runtime.DurableInstancing.InstanceStore
Public ReadOnly Property InstanceStore As InstanceStore

屬性值

物件,這個物件會針對目前工作流程應用程式之執行個體的存放狀態提供存取。

適用於