Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.WantsTablesNotification Method

Called by Lightstreamer Kernel through the Remote Server to know whether the Metadata Adapter must or must not be notified any time a Table (i.e. Subscription) is added or removed from a push Session owned by a supplied User. In this default implementation, the Metadata Adapter doesn't require such notifications.

C++
public: bool WantsTablesNotification(string user);
C#
public virtual bool WantsTablesNotification(string user);
Visual Basic
Public virtual Function WantsTablesNotification(user As string) As bool
Parameters 
Description 
string user 
Not used. 

Always false, to prevent being notified with notifyNewTables and notifyTablesClose.