WebSocketConnectionResults Enum
Namespace: Qlik.Sense.JsonRpc
Assembly: Qlik.Sense.JsonRpc.dll
Assembly: Qlik.Sense.JsonRpc.dll
Enumeration type used to indicate result of an attempt to open a web socket connection.
Syntax
public enum WebSocketConnectionResults
Fields
Name | Description |
---|---|
AlreadyOpen |
Connection already open. |
Cancelled |
Connection cancelled by cancellation token. |
Connected |
Connection succeeded. |
Failed |
Connection failed. |
Timeout |
Connection timed out. |