Enum HubConnectionState
- Namespace
- nanoFramework.SignalR.Client
- Assembly
- nanoFramework.SignalR.Client.dll
Describes the current state of the HubConnection to the server.
public enum HubConnectionState
Fields
Connected = 1
The hub connection is connected.
Connecting = 2
The hub connection is connecting.
Disconnected = 0
The hub connection is disconnected.
Reconnecting = 3
The hub connection is reconnecting.