C-DEngine 5.105

TSM Constructor (String, String, eMsgLevel, DateTimeOffset, String)

Creates a new TSM with a given Engine and Command Text and Payload

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

Syntax


public TSM(
	string tEngine,
	string pText,
	eMsgLevel pLevel,
	DateTimeOffset pTimeStamp,
	string pPayload
)
Public Sub New ( _
	tEngine As String, _
	pText As String, _
	pLevel As eMsgLevel, _
	pTimeStamp As DateTimeOffset, _
	pPayload As String _
)
public:
TSM(
	String^ tEngine, 
	String^ pText, 
	eMsgLevel^ pLevel, 
	DateTimeOffset^ pTimeStamp, 
	String^ pPayload
)

Parameters

tEngine
Type: String
Engine Name
pText
Type: String
Command Text
pLevel
Type: nsCDEngine.BaseClasses..::..eMsgLevel
Priority Level of the Message
pTimeStamp
Type: DateTimeOffset
Custom Timestamp for the message
pPayload
Type: String
Payload string for the message