StreamLink.NET
CreateNewsSubscription Method (listener, subject)
StreamLink.NETCaplin.StreamLinkIStreamLinkProviderCreateNewsSubscription(INewsSubscriptionListener, String)
Creates a News headline subscription using a supplied set of subscription parameters.
Declaration Syntax
C#Visual BasicVisual C++
INewsSubscription CreateNewsSubscription(
	INewsSubscriptionListener listener,
	string subject
)
Function CreateNewsSubscription ( _
	listener As INewsSubscriptionListener, _
	subject As String _
) As INewsSubscription
INewsSubscription^ CreateNewsSubscription(
	INewsSubscriptionListener^ listener, 
	String^ subject
)
Parameters
listener (INewsSubscriptionListener)
The listener that will receive events relating to the subscribed container.
subject (String)
The subject of the news headline (for example "/NEWS").
Return Value
A new news headline subscription.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.17.0 (5.0.17.0)