DataSource.NET
ContainerUpdated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionISubscriptionListenerContainerUpdated(ISubscription, IPeer, IContainerMessage)
Called when a container update is received.
Declaration Syntax
C#Visual BasicVisual C++
void ContainerUpdated(
	ISubscription subscription,
	IPeer peer,
	IContainerMessage update
)
Sub ContainerUpdated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IContainerMessage _
)
void ContainerUpdated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	IContainerMessage^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (IContainerMessage)
The container update.
Remarks

The operations on the IContainerMessage are not normalized: The message may contain contradictory messages, for example an add for an element followed by a delete for the same element.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)