Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to check that a User is enabled to open a new push Session. In this default implementation, the Metadata Adapter poses no restriction.
public: void NotifyNewSession(string user, string sessionID, IDictionary clientContext);
public virtual void NotifyNewSession(string user, string sessionID, IDictionary clientContext);
Public virtual Function NotifyNewSession(user As string, sessionID As string, clientContext As IDictionary) As void
Parameters |
Description |
string user |
Not used. |
string sessionID |
Not used. |
IDictionary clientContext |
Not used. |
Exceptions |
Description |
never thrown in this case. | |
never thrown in this case. |