InstanceView.InstanceState 속성

정의

인스턴스의 상태(알 수 없음, 초기화되지 않음, 초기화됨 또는 완료됨)를 가져옵니다.

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

속성 값

인스턴스의 상태입니다.

적용 대상