C-DEngine 5.105

TheISBConnect..::..SendTSM Method (TSM, String, Nullable<(Of <(<'Guid>)>)>, Nullable<(Of <(<'Guid>)>)>)

Sends a TSM with a custom topic with a possible target and Source Sender - in Par with ICDECommChannel

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

Syntax


public bool SendTSM(
	TSM tTSM,
	string pTopic,
	Nullable<Guid> pTarget,
	Nullable<Guid> pSender
)
Public Function SendTSM ( _
	tTSM As TSM, _
	pTopic As String, _
	pTarget As Nullable(Of Guid), _
	pSender As Nullable(Of Guid) _
) As Boolean
public:
bool^ SendTSM(
	TSM^ tTSM, 
	String^ pTopic, 
	Nullable<Guid^> pTarget, 
	Nullable<Guid^> pSender
)

Parameters

tTSM
Type: nsCDEngine.BaseClasses..::..TSM
pTopic
Type: String
pTarget
Type: Nullable<(Of <(<'Guid>)>)>
pSender
Type: Nullable<(Of <(<'Guid>)>)>

Return Value