InstanceView.InstanceState Property

Definition

Gets the state of the instance (Unknown, Uninitialized, Initialized, or Completed).

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

Property Value

The state of the instance.

Applies to