C-DEngine 5.105

TheThing..::..SetStatus Method (Int32, String)

Convience method to set StatusLevel and LastMessage in one call. LastMessage will be prefixed with the current date/time. The message will also be logged in the C-DEngine EventLog.

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

Syntax


public void SetStatus(
	int statusLevel,
	string lastMessage
)
Public Sub SetStatus ( _
	statusLevel As Integer, _
	lastMessage As String _
)
public:
void SetStatus(
	int^ statusLevel, 
	String^ lastMessage
)

Parameters

statusLevel
Type: Int32
lastMessage
Type: String