DataSource.NET
CreateBroadcastSubscription Method (nspace, listener)
NamespacesCaplin.DataSourceIDataSourceCreateBroadcastSubscription(INamespace, ISubscriptionListener)
Creates a subscription to many subjects. The scope of the subscription is defined by a namespace.
Declaration Syntax
C#Visual BasicVisual C++
IBroadcastSubscription CreateBroadcastSubscription(
	INamespace nspace,
	ISubscriptionListener listener
)
Function CreateBroadcastSubscription ( _
	nspace As INamespace, _
	listener As ISubscriptionListener _
) As IBroadcastSubscription
IBroadcastSubscription^ CreateBroadcastSubscription(
	INamespace^ nspace, 
	ISubscriptionListener^ listener
)
Parameters
nspace (INamespace)
The namespace defining the subjects to subscribe to.
listener (ISubscriptionListener)
A listener to receive events raised for the IBroadcastSubscription.
Return Value
An IBroadcastSubscription that represents the subscription to the namespace.
Remarks
All events whose subjects match the namespace defined by the given INameSpace will be passed to the given ISubscriptionListener.

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