C-DEngine 5.105

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

Use this method to send a message to all nodes in the solution that have an active subscription for the pTopic

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

Syntax


public static void PublishCentral(
	string pTopic,
	TSM pMessage
)
Public Shared Sub PublishCentral ( _
	pTopic As String, _
	pMessage As TSM _
)
public:
static void PublishCentral(
	String^ pTopic, 
	TSM^ pMessage
)

Parameters

pTopic
Type: String
pMessage
Type: nsCDEngine.BaseClasses..::..TSM