The interface declares methods to attach/detach multiple IDuplexInputChannel.
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 IAttachableMultipleDuplexInputChannels |
| Visual Basic |
|---|
Public Interface IAttachableMultipleDuplexInputChannels |
| Visual C++ |
|---|
public interface class IAttachableMultipleDuplexInputChannels |
Remarks
Some comunication components need to attach several channels. E.g. IDuplexDispatcher.
Component using multiple duplex input channels is used in request-response communication and is able to listen to requests on more channels (addresses) and send back (to the right sender) the response message.
Component using multiple duplex input channels is used in request-response communication and is able to listen to requests on more channels (addresses) and send back (to the right sender) the response message.