C-DEngine 5.105

TheISBConnect..::..SendToNode Method

Sends a TSM to a specific node

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

Syntax


public bool SendToNode(
	Guid tOrg,
	TSM TargetMessage,
	bool IncludeLocalNode
)
Public Function SendToNode ( _
	tOrg As Guid, _
	TargetMessage As TSM, _
	IncludeLocalNode As Boolean _
) As Boolean
public:
bool^ SendToNode(
	Guid^ tOrg, 
	TSM^ TargetMessage, 
	bool^ IncludeLocalNode
)

Parameters

tOrg
Type: Guid
Node to send to
TargetMessage
Type: nsCDEngine.BaseClasses..::..TSM
Message to be send
IncludeLocalNode
Type: Boolean
Not used! If tOrg is localhost the message will be sent to localhost

Return Value