C-DEngine 5.105

TheCommCore..::..PublishToService Method (TSM, Boolean)

Publishes the TSM only to a service ignoring Client End Nodes

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

Syntax


public static void PublishToService(
	TSM TargetMessage,
	bool IncludeLocalNode
)
Public Shared Sub PublishToService ( _
	TargetMessage As TSM, _
	IncludeLocalNode As Boolean _
)
public:
static void PublishToService(
	TSM^ TargetMessage, 
	bool^ IncludeLocalNode
)

Parameters

TargetMessage
Type: nsCDEngine.BaseClasses..::..TSM
IncludeLocalNode
Type: Boolean
if set to true, the current node will by called in its "ProcessServiceMessage" handler if the ENG is a live engine on the current node