StreamLink.NET
PageSubscriptionListener Property
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionPageSubscriptionListener
Sets the page subscription listener that will be informed of all IPageEvent events in addition to any container level events. passed to the ISubscriptionListener interface.
Declaration Syntax
C#Visual BasicVisual C++
public IPageSubscriptionListener PageSubscriptionListener { set; }
Public WriteOnly Property PageSubscriptionListener As IPageSubscriptionListener
public:
virtual property IPageSubscriptionListener^ PageSubscriptionListener {
	void set (IPageSubscriptionListener^ value) sealed;
}
Value
The page subscription listener.
Exceptions
ExceptionCondition
InvalidOperationException

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