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.
This method is called by the Server asynchronously and does not consume a pooled thread.
void NotifySessionClose(string sessionID);
void NotifySessionClose(string sessionID);
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. |