Unit
ScSignalRHubConnection
type
TScHubConnectionState = (hcsDisconnected, hcsConnected, hcsConnecting, hcsReconnecting);
Description
The TScHubConnectionState enumeration specifies the current state of the TScHubConnection to the server.
Value | Meaning |
hcsDisconnected | The hub connection is disconnected. |
hcsConnected | The hub connection is connected. |
hcsConnecting | The hub connection is in connecting state. |
hcsReconnecting | The hub connection is in reconnecting state. |
See also