DataSource.NET
IBroadcastSubscription Interface
NamespacesCaplin.DataSource.SubscriptionIBroadcastSubscription
An IBroadcastSubscription represents a subscription to many subjects. The scope of which is defined by an INamespace.
Declaration Syntax
C#Visual BasicVisual C++
public interface IBroadcastSubscription : ISubscription
Public Interface IBroadcastSubscription _
	Implements ISubscription
public interface class IBroadcastSubscription : ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
Namespace
Gets the namespace for 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.)

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)