StreamLink.NET
ContainerUpdated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionListenerContainerUpdated(ISubscription, IContainerEvent)
This callback will be called when the container structure changes.
Declaration Syntax
C#Visual BasicVisual C++
void ContainerUpdated(
	ISubscription subscription,
	IContainerEvent ev
)
Sub ContainerUpdated ( _
	subscription As ISubscription, _
	ev As IContainerEvent _
)
void ContainerUpdated(
	ISubscription^ subscription, 
	IContainerEvent^ ev
)
Parameters
subscription (ISubscription)
The container subscription
ev (IContainerEvent)
Container structure change event
Remarks
The container elements that have been removed can be determined by querying the RemovedElements and the additions by querying the AddedElements

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)