C-DEngine 5.105

TheISBConnect..::..SendTSM Method (TSM)

Sends a TSM to via the ISB Connection. The ENG must contain the topic the message should be sent to

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

Syntax


public bool SendTSM(
	TSM pSend
)
Public Function SendTSM ( _
	pSend As TSM _
) As Boolean
public:
bool^ SendTSM(
	TSM^ pSend
)

Parameters

pSend
Type: nsCDEngine.BaseClasses..::..TSM

Return Value