Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
PushServerException.SERVER_REFUSAL Field

Indicates that a request has been unexpectedly refused by the Server.

C++
public: int SERVER_REFUSAL = 9;
C#
public const int SERVER_REFUSAL = 9;
Visual Basic
Public Const SERVER_REFUSAL As Integer = 9