Declares the output channel that can send messages to the input 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 IOutputChannel |
| Visual Basic |
|---|
Public Interface IOutputChannel |
| Visual C++ |
|---|
public interface class IOutputChannel |
Remarks
Notice, the output channel can send messages only to the input channel and not to the duplex input channel.