DataSource.NET
StoryUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionBaseSubscriptionListenerStoryUpdated(ISubscription, IPeer, IStoryMessage)
Called when a story update is received.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void StoryUpdated(
	ISubscription subscription,
	IPeer peer,
	IStoryMessage update
)
Public Overridable Sub StoryUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IStoryMessage _
)
public:
virtual void StoryUpdated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	IStoryMessage^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (IStoryMessage)
The story update.
Remarks

You should override this method if you have derived your ISubscriptionListener implementation from BaseSubscriptionListener and want to handle story updates.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)