InstanceView.InstanceState プロパティ

定義

インスタンスの状態 (Unknown、Uninitialized、Initialized、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

プロパティ値

インスタンスの状態。

適用対象