C-DEngine 5.105

TheNMIEngine..::..GetStatusColor Method

Returns an HTML5 Color for each StatusLevel. The colors can be customized by changing the "MyServiceHostInfo.StatusColors" list of colors

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GetStatusColor(
	int StatusLevel
)
Public Shared Function GetStatusColor ( _
	StatusLevel As Integer _
) As String
public:
static String^ GetStatusColor(
	int^ StatusLevel
)

Parameters

StatusLevel
Type: Int32

Return Value