The interface declares methods to attach/detach one 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 IAttachableOutputChannel |
| Visual Basic |
|---|
Public Interface IAttachableOutputChannel |
| Visual C++ |
|---|
public interface class IAttachableOutputChannel |
Remarks
The output channel is used in one-way communication by a sender to send messages.
Components that are able to attach the output channel can send messages but they cannot receive any response messages.