Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.NotifyTablesClose Method

Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that some Tables (i.e. Subscriptions) have been removed from a push Session. In this default implementation, the Metadata Adapter does nothing, because it doesn't need to remember the Tables used. Unless the WantsTablesNotification method is overridden, this method will never be called by Lightstreamer Kernel.

C++
public: void NotifyTablesClose(string sessionID, TableInfo [] tables);
C#
public virtual void NotifyTablesClose(string sessionID, TableInfo [] tables);
Visual Basic
Public virtual Function NotifyTablesClose(sessionID As string, tables As TableInfo []) As void
Parameters 
Description 
string sessionID 
Not used. 
TableInfo [] tables 
Not used. 
Exceptions 
Description 
never thrown in this case.