IBaseEngine..::..SetMultiChannel Method
If a Plugin-Service sets this to true, it can establish one-to-many connection.
This allows for mutliple data-provider to talk to one data consumer and one data-provider can have multiple data consumers connected at the same time.
If set to false, the connection will always be a one-to-one connection and additional provider or consumer will be put in a redundancy list.
If the current connection fails, the service will automatically connect to the next service in the redundancy list.
Be aware: MultiChannels in a Mesh Based environment with many nodes can cause a lot of traffic between the nodes
Namespace:
nsCDEngine.EnginesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pIsMultiChannel
- Type: Boolean
Set to true is you want to designate this plugin-service to have multi-channel