C-DEngine 5.105

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

Use this method to send a Message to ALL nodes in the Solution The ENG parameter of the pMessage will be used as the Topic for the publication.

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

Syntax


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

Parameters

pMessage
Type: nsCDEngine.BaseClasses..::..TSM
TSM to be sent to the subscribing nodes.
IncludeLocalNode
Type: Boolean
If set to true, the current node will be called.