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

属性值

一个对象,用于访问工作流应用程序的当前实例的持久状态。

适用于