Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.NotifyNewTables Method

Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to add some Tables (i.e. Subscriptions) to a push Session. In this default implementation, the Metadata Adapter poses no restriction. Unless the WantsTablesNotification method is overridden, this method will never be called by Lightstreamer Kernel.

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