DataSource.NET
Caplin.DataSource.Subscription Namespace
NamespacesCaplin.DataSource.Subscription
The interfaces in this namespace provide functionality for receiving updates from DataSource peers (sink functionality)
Declaration Syntax
C#Visual BasicVisual C++
namespace Caplin.DataSource.Subscription
Namespace Caplin.DataSource.Subscription
namespace Caplin.DataSource.Subscription
Types
All TypesClassesInterfaces
IconTypeDescription
BaseSubscriptionListener
An implementation of ISubscriptionListener containing empty callback methods. you can derivce your implementation of ISubscriptionListener from this class, and override selected callback methods with full implementations as required.

IActiveSubscription
An IActiveSubscription represents a subscription to a single subject.

IBroadcastSubscription
An IBroadcastSubscription represents a subscription to many subjects. The scope of which is defined by an INamespace.

ISubscription
Represents a subscription to a DataSource subject (see IActiveSubscription or to a namespace of DataSource subjects (see IBroadcastSubscription.

ISubscriptionListener
The ISubscriptionListener interface allows applications to receive events raised for an ISubscription.