|
DataSource.NET
8.0.13.562038-b0f3b66e
|
![]() |
Classes | |
| class | BaseSubscriptionListener |
| An implementation of Caplin.DataSource.Subscription.ISubscriptionListener containing empty callback methods. you can derivce your implementation of Caplin.DataSource.Subscription.ISubscriptionListener from this class, and override selected callback methods with full implementations as required. More... | |
| interface | IActiveSubscription |
| An IActiveSubscription represents a subscription to a single subject. More... | |
| interface | IBroadcastSubscription |
| An IBroadcastSubscription represents a subscription to many subjects. The scope of which is defined by an Caplin.DataSource.Namespace.INamespace. More... | |
| interface | ISubjectConsumer |
| interface | ISubscription |
| Represents a subscription to a DataSource subject (see Caplin.DataSource.Subscription.IActiveSubscription or to a namespace of DataSource subjects (see Caplin.DataSource.Subscription.IBroadcastSubscription. More... | |
| interface | ISubscriptionListener |
| The ISubscriptionListener interface allows applications to receive events raised for an Caplin.DataSource.Subscription.ISubscription. More... | |
| class | NamespaceDoc |
| The interfaces in this namespace provide functionality for receiving updates from DataSource peers (sink functionality) More... | |