StreamLink for Silverlight
PageUpdated Method (pageSubscription, ev)
StreamLink for SilverlightCaplin.StreamLink.Subscription.PageIPageSubscriptionListenerPageUpdated(ISubscription, IPageEvent)
Called when an new Page is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void PageUpdated(
	ISubscription pageSubscription,
	IPageEvent ev
)
Sub PageUpdated ( _
	pageSubscription As ISubscription, _
	ev As IPageEvent _
)
void PageUpdated(
	ISubscription^ pageSubscription, 
	IPageEvent^ ev
)
Parameters
pageSubscription (ISubscription)
The Subscription.
ev (IPageEvent)
The event. This contains the updated data.
Remarks

Note: StreamLink queues events in the order they were raised and passes each event in turn to an appropriate callback method of the relevant Listener. All Listener callbacks execute in the same dedicated worker thread, so while this callback method is running no other callbacks will be invoked.

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