Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderAdapter.NotifySessionClose Method

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.

C++
public: void NotifySessionClose(string sessionID);
C#
public virtual void NotifySessionClose(string sessionID);
Visual Basic
Public virtual Function NotifySessionClose(sessionID As string) As void
Parameters 
Description 
string sessionID 
Not used. 
Exceptions 
Description 
never thrown in this case.