Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
IMetadataProvider.NotifySessionClose Method

Called by Lightstreamer Kernel through the Remote Server to notify the Metadata Adapter that a push Session has been closed. 

This method is called by the Server asynchronously and does not consume a pooled thread. 

 

C++
void NotifySessionClose(string sessionID);
C#
void NotifySessionClose(string sessionID);
Visual Basic
Function NotifySessionClose(sessionID As string) As void
Parameters 
Description 
string sessionID 
A Session ID. 
Exceptions 
Description 
in case something is wrong in the parameters, such as the ID of a Session that is not currently open.