共用方式為


DurableInstancingOptions.InstanceStore 屬性

定義

表示 InstanceStore 類別的具象執行個體,例如 SqlWorkflowInstanceStore

public:
 property System::Runtime::DurableInstancing::InstanceStore ^ InstanceStore { System::Runtime::DurableInstancing::InstanceStore ^ get(); void set(System::Runtime::DurableInstancing::InstanceStore ^ value); };
public System.Runtime.DurableInstancing.InstanceStore InstanceStore { get; set; }
member this.InstanceStore : System.Runtime.DurableInstancing.InstanceStore with get, set
Public Property InstanceStore As InstanceStore

屬性值

InstanceStore

InstanceStore 類別的具象實作。

適用於