C-DEngine 5.105

TheCommCore..::..PublishToNode Method (Guid, String, TSM)

Use this method to send a message with a given ScrambledScopeID to a specific Node specified in the pTargetGuid

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

Syntax


public static void PublishToNode(
	Guid pTargetGuid,
	string SScopeID,
	TSM TargetMessage
)
Public Shared Sub PublishToNode ( _
	pTargetGuid As Guid, _
	SScopeID As String, _
	TargetMessage As TSM _
)
public:
static void PublishToNode(
	Guid^ pTargetGuid, 
	String^ SScopeID, 
	TSM^ TargetMessage
)

Parameters

pTargetGuid
Type: Guid
Target Node the message should be sent to
SScopeID
Type: String
Scrambled ScopeID. Only if the Target Node is of this scope, it can receive the message
TargetMessage
Type: nsCDEngine.BaseClasses..::..TSM
Message to be sent