C-DEngine 5.105

TheISBConnect..::..SendToOriginator Method

Sends back to the originator

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

Syntax


public bool SendToOriginator(
	TSM sourceMessage,
	TSM TargetMessage,
	bool IncludeLocalNode
)
Public Function SendToOriginator ( _
	sourceMessage As TSM, _
	TargetMessage As TSM, _
	IncludeLocalNode As Boolean _
) As Boolean
public:
bool^ SendToOriginator(
	TSM^ sourceMessage, 
	TSM^ TargetMessage, 
	bool^ IncludeLocalNode
)

Parameters

sourceMessage
Type: nsCDEngine.BaseClasses..::..TSM
Original Message to reply to
TargetMessage
Type: nsCDEngine.BaseClasses..::..TSM
New message to be sent to originator
IncludeLocalNode
Type: Boolean
if true the message will be sent to localhost

Return Value