StreamLink for Silverlight
CreatePageSubscription Method (listener, subject)
StreamLink for SilverlightCaplin.StreamLinkIStreamLinkProviderCreatePageSubscription(IPageSubscriptionListener, String)
Creates a news Page subscription.
Declaration Syntax
C#Visual BasicVisual C++
IPageSubscription CreatePageSubscription(
	IPageSubscriptionListener listener,
	string subject
)
Function CreatePageSubscription ( _
	listener As IPageSubscriptionListener, _
	subject As String _
) As IPageSubscription
IPageSubscription^ CreatePageSubscription(
	IPageSubscriptionListener^ listener, 
	String^ subject
)
Parameters
listener (IPageSubscriptionListener)
The listener that will receive events relating to the subscribed page.
subject (String)
The subject of the page.
Return Value
A new page subscription.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.19.0 (5.0.19.0)