Lightstreamer .Net Client 2.1.2
|
Notification that a session has been started by the Server on the connection.
void OnSessionStarted(bool isPolling);
void OnSessionStarted(bool isPolling);
Function OnSessionStarted(isPolling As bool) As void
Parameters |
Description |
bool isPolling |
True if the session is in polling mode, false if the session is in streaming mode. The setting reflects the one requested with the LSClient.OpenConnection call, unless the Stream-sense mechanism has been exploited. |