StreamLink.NET
StoryUpdated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.StoryIStorySubscriptionListenerStoryUpdated(ISubscription, IStoryEvent)
Called when a new story is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void StoryUpdated(
	ISubscription subscription,
	IStoryEvent ev
)
Sub StoryUpdated ( _
	subscription As ISubscription, _
	ev As IStoryEvent _
)
void StoryUpdated(
	ISubscription^ subscription, 
	IStoryEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IStoryEvent)
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 (Module: Caplin.StreamLink) Version: 5.0.18.0 (5.0.18.0)