DataSource.NET  7.1.5.312018
Caplin.DataSource.Subscription.IActiveSubscription Interface Reference

An IActiveSubscription represents a subscription to a single subject. More...

Inheritance diagram for Caplin.DataSource.Subscription.IActiveSubscription:
Caplin.DataSource.Subscription.ISubscription

Properties

string Subject [get]
 Gets the subject of this subscription. More...
 
- Properties inherited from Caplin.DataSource.Subscription.ISubscription
ISubscriptionListener SubscriptionListener [get]
 Gets the subscription listener for this subscription. More...
 

Additional Inherited Members

- Public Member Functions inherited from Caplin.DataSource.Subscription.ISubscription
void Unsubscribe ()
 Unsubscribes this instance of ISubscription from the DataSource subject or namespace of DataSource subjects.. More...
 

Detailed Description

An IActiveSubscription represents a subscription to a single subject.

Should this DataSource instance be connected to active DataSource peers, then when the Subscribe() method on this IActiveSubscription a request for the subject of this subscription will be sent to connected peers.

Property Documentation

string Caplin.DataSource.Subscription.IActiveSubscription.Subject
get

Gets the subject of this subscription.

The subject.


Generated on Sun Oct 21 2018 12:33:23 for DataSource.NET