Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
ConflictingSessionException Class

Thrown by the NotifyNewSession method of IMetadataProvider if a User is not enabled to open a new Session but he would be enabled as soon as another Session were closed. By using this exception, the ID of the other Session is also supplied. 

After receiving this exception, the Server may try to close the specified session and invoke NotifyNewSession again. 

 

C++
public: class ConflictingSessionException : public CreditsException;
C#
public class ConflictingSessionException : CreditsException;
Visual Basic
Public Class ConflictingSessionException
Inherits CreditsException