TheCommCore Members
The TheCommCore type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCurrentUsers |
Get a list of all UserIDs (UIDs) of users currently logged in
|
|
PublishCentral(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
|
|
PublishCentral(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.
|
|
PublishCentral(String, TSM) |
Use this method to send a message to all nodes in the solution that have an active subscription for the pTopic
|
|
PublishCentral(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
|
|
PublishToFirstNode |
Use this method to send a message to the first connected node with the given ScopeID
The ENG parameter in the TargetMessage will determine the FirstNode of this message will be addressed to.
This messsage will NOT be relayed to other nodes
|
|
PublishToNode(Guid, String, TSM) |
Use this method to send a message with a given ScrambledScopeID to a specific Node specified in the pTargetGuid
|
|
PublishToNode(Guid, TSM) |
Use this method to send a message to a specific Node specified in the pTargetGuid
The Message will be scoped using the current Node Scope
|
|
PublishToOriginator(TSM, TSM) |
Use this method to publish the TargetMessage to the Originator in the SourceMessage
This method can be used to reply only to the sender of an incoming message
|
|
PublishToOriginator(TSM, TSM, Boolean) |
Use this method to publish the TargetMessage to the Originator in the SourceMessage
This method can be used to reply only to the sender of an incoming message
|
|
PublishToService(TSM) |
Publishes the TSM only to a service ignoring Client End Nodes
|
|
PublishToService(TSM, Boolean) |
Publishes the TSM only to a service ignoring Client End Nodes
|
|
RegisterRelayEvents |
Register callbacks for relay connection events
|
|
SetCloudNMIBlock |
Disable or Enables the Cloud NMI - Can only be changed with a User Level 128 (Admin)
|
|
SubscribeCentral |
Allows to subscribe to any arbitrary publication you are interested
|
|
UnregisterRelayEvents |
Unregister Relay Connection Events
|
Fields
Name | Description | |
---|---|---|
MyHttpService |
Http Service Interface allowing to register "Interceptors" that allow to server http requests coming in to a node by a plugin
|