StreamLink.NET
IPageSubscriptionListener Interface
StreamLink.NETCaplin.StreamLink.Subscription.PageIPageSubscriptionListener
Interface used to listen to Page update events
Declaration Syntax
C#Visual BasicVisual C++
public interface IPageSubscriptionListener : ISubscriptionListener
Public Interface IPageSubscriptionListener _
	Implements ISubscriptionListener
public interface class IPageSubscriptionListener : ISubscriptionListener
Members
All MembersMethods



IconMemberDescription
PageUpdated(ISubscription, IPageEvent)
Called when an new Page is received from the Liberator.

SubscriptionErrorReceived(ISubscription, ISubscriptionErrorEvent)
Handles an event raised when there is an error in a subscription.
(Inherited from ISubscriptionListener.)
SubscriptionStatusUpdated(ISubscription, ISubscriptionStatusEvent)
Handles an event raised when there is a change in the status of a subscription.
(Inherited from ISubscriptionListener.)

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