WorkflowApplicationInstance.InstanceStore Property

Definition

Gets or sets an object that provides access to the persisted state of the current instance of the workflow application.

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

Property Value

An object that provides access to the persisted state of the current instance of the workflow application.

Applies to