DataSource.NET
IChannelListener Interface
NamespacesCaplin.DataSource.ChannelIChannelListener

Interface that must be implemented in order to perform bi-directional communication with a StreamLink client.

Declaration Syntax
C#Visual BasicVisual C++
public interface IChannelListener
Public Interface IChannelListener
public interface class IChannelListener
Members
All MembersMethods



IconMemberDescription
ChannelClosed(IChannel)
Callback that informs the IChannelListener that a StreamLink client wishes to close a channel.

ChannelOpened(IChannel)
Callback that informs the ChannelListener that a StreamLink client wishes to open a channel.

MessageReceived(IChannel, IRecordMessage)
Callback that informs the IChannelListener that a StreamLink client has sent a message to the DataSource via a specified channel.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)