DataSource.NET
StoryUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionISubscriptionListenerStoryUpdated(ISubscription, IPeer, IStoryMessage)
Called when a story update is received.
Declaration Syntax
C#Visual BasicVisual C++
void StoryUpdated(
	ISubscription subscription,
	IPeer peer,
	IStoryMessage update
)
Sub StoryUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IStoryMessage _
)
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.

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