다음을 통해 공유


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

속성 값

인스턴스 상태입니다.

적용 대상