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

属性值

实例的状态。

适用于