DataSource.NET
IActiveSubscription Interface
NamespacesCaplin.DataSource.SubscriptionIActiveSubscription
An IActiveSubscription represents a subscription to a single subject.
Declaration Syntax
C#Visual BasicVisual C++
public interface IActiveSubscription : ISubscription
Public Interface IActiveSubscription _
	Implements ISubscription
public interface class IActiveSubscription : ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
Subject
Gets the subject of this subscription.

SubscriptionListener
Gets the subscription listener for this subscription.
(Inherited from ISubscription.)
Unsubscribe()()()
Unsubscribes this instance of ISubscription from the DataSource subject or namespace of DataSource subjects..
(Inherited from ISubscription.)
Remarks
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.

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