Udostępnij za pośrednictwem


RoleInstanceStatus.FailedStartingRole Field

Definition

The role has continually failed to start. This status indicates that there is a problem with the role that prevents it from starting, and may be generated after the process returns StartingRole. The problem in the role must be found and 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 FailedStartingRole;
val mutable FailedStartingRole : string
Public Const FailedStartingRole As String 

Field Value

Applies to