Lightstreamer .Net Adapter 1.7
|
Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that a push Session has been closed. In this default implementation, the Metadata Adapter does nothing, because it doesn't need to remember the open Sessions.
public: void NotifySessionClose(string sessionID);
public virtual void NotifySessionClose(string sessionID);
Public virtual Function NotifySessionClose(sessionID As string) As void
Parameters |
Description |
string sessionID |
Not used. |
Exceptions |
Description |
never thrown in this case. |