C-DEngine 5.105

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

Convience method to set StatusLevel and LastMessage in one call. LastMessage will be prefixed with the current date/time, using the session (user's) locale settings. 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,
	Guid pSEID
)
Public Sub SetStatus ( _
	statusLevel As Integer, _
	lastMessage As String, _
	pSEID As Guid _
)
public:
void SetStatus(
	int^ statusLevel, 
	String^ lastMessage, 
	Guid^ pSEID
)

Parameters

statusLevel
Type: Int32
lastMessage
Type: String
pSEID
Type: Guid