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 = 1The hub connection is connected.
Connecting = 2The hub connection is connecting.
Disconnected = 0The hub connection is disconnected.
Reconnecting = 3The hub connection is reconnecting.