Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.NotifyNewSession Method

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.

C++
public: void NotifyNewSession(string user, string sessionID, IDictionary clientContext);
C#
public virtual void NotifyNewSession(string user, string sessionID, IDictionary clientContext);
Visual Basic
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.