次の方法で共有


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

プロパティ値

ワークフロー アプリケーションの現在のインスタンスの永続化された状態へのアクセスを提供するオブジェクト。

適用対象