C-DEngine 5.105

TSM Constructor (String, String, eMsgLevel, String, Int32)

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,
	string pPayload,
	int pQueueIdx
)
Public Sub New ( _
	tEngine As String, _
	pText As String, _
	pLevel As eMsgLevel, _
	pPayload As String, _
	pQueueIdx As Integer _
)
public:
TSM(
	String^ tEngine, 
	String^ pText, 
	eMsgLevel^ pLevel, 
	String^ pPayload, 
	int^ pQueueIdx
)

Parameters

tEngine
Type: String
Engine Name
pText
Type: String
Command Text
pLevel
Type: nsCDEngine.BaseClasses..::..eMsgLevel
Priority Level of the Message
pPayload
Type: String
Payload string for the message
pQueueIdx
Type: Int32
Queue Index for the Message - the lower the faster the message is transported