Declares the input channel that can receive messages from the output channel.
Namespace: Eneter.Messaging.MessagingSystems.MessagingSystemBaseAssembly: Eneter.Messaging.Framework (in Eneter.Messaging.Framework.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
| C# |
|---|
public interface IInputChannel |
| Visual Basic |
|---|
Public Interface IInputChannel |
| Visual C++ |
|---|
public interface class IInputChannel |
Remarks
Notice, the input channel can receive messages only from the output channel.
It cannot receive messages from the duplex output channel.