Lightstreamer .Net Adapter 1.7
|
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.
public: bool WantsTablesNotification(string user);
public virtual bool WantsTablesNotification(string user);
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.