共用方式為


RoleInstanceStatus.RestartingRole Field

Definition

The role has unexpectedly stopped or has failed to start. This status indicates that there is a problem with the role that is causing it to crash or is preventing it from starting, which must be corrected before the role can be started. The InstanceStateDetails and InstanceErrorCode fields can hold information about the role error that caused this state, which may be useful for identifying and debugging the problem.

public const string RestartingRole;
val mutable RestartingRole : string
Public Const RestartingRole As String 

Field Value

Applies to