C-DEngine 5.105

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

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

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

Syntax


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

Parameters

pTopic
Type: String
SScopeID
Type: String
Scrambled ScopeID. Only if the Target Node is of this scope, it can receive the message
pMessage
Type: nsCDEngine.BaseClasses..::..TSM