C-DEngine 5.105

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

use the 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
)
Public Shared Sub PublishCentral ( _
	pMessage As TSM _
)
public:
static void PublishCentral(
	TSM^ pMessage
)

Parameters

pMessage
Type: nsCDEngine.BaseClasses..::..TSM