DataSource.NET
Caplin.DataSource.Channel Namespace
NamespacesCaplin.DataSource.Channel

The Caplin.DataSource.Channel namespace consists of interfaces allowing creation and maintenance of Channels that provide a bi-directional communication mechanism between StreamLink clients and DataSource applications.

Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.DataSource.Channel
Namespace Caplin.DataSource.Channel
namespace Caplin.DataSource.Channel
Types
All TypesInterfaces
IconTypeDescription
IChannel

Channels provide a bi-directional communication mechanism between StreamLink clients and DataSource applications. Messages on a channel take the form of IRecordMessages that can be sent by either the DataSource or the StreamLink client. An example use of Channel would be to implement a trade messaging channel.


IChannelListener

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