The interface declares methods to attach/detach multiple IOutputChannel.
Namespace: Eneter.Messaging.Infrastructure.AttachableAssembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
| C# |
|---|
public interface IAttachableMultipleOutputChannels |
| Visual Basic |
|---|
Public Interface IAttachableMultipleOutputChannels |
| Visual C++ |
|---|
public interface class IAttachableMultipleOutputChannels |
Remarks
Some comunication components need to attach several channels.
Components using multiple output channels are used in one-way communication.
They are able to send messages to several receivers. E.g. IDispatcher