C-DEngine 5.105

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

Sends a TSM via the ISB Connection to a custom Topic specified in the first parameter

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

Syntax


public bool SendTSM(
	string pTopic,
	TSM pSend
)
Public Function SendTSM ( _
	pTopic As String, _
	pSend As TSM _
) As Boolean
public:
bool^ SendTSM(
	String^ pTopic, 
	TSM^ pSend
)

Parameters

pTopic
Type: String
Subscription topic to send to
pSend
Type: nsCDEngine.BaseClasses..::..TSM
TSM to send

Return Value