StreamLink.NET
DirectoryUpdated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.DirectoryIDirectorySubscriptionListenerDirectoryUpdated(ISubscription, IDirectoryEvent)
Called when the contents of the directory change.
Declaration Syntax
C#Visual BasicVisual C++
void DirectoryUpdated(
	ISubscription subscription,
	IDirectoryEvent ev
)
Sub DirectoryUpdated ( _
	subscription As ISubscription, _
	ev As IDirectoryEvent _
)
void DirectoryUpdated(
	ISubscription^ subscription, 
	IDirectoryEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IDirectoryEvent)
The event. This contains the changes to directory contents.
Remarks
You can determine which elements have been removed from the directory by querying the RemovedElements property of the IDirectoryEvent supplied in ev. Similarly any newly added elements are recorded in the AddedElements property of ev.

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