HubConnectionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the current state of the HubConnection to the server.
public enum class HubConnectionState
public enum HubConnectionState
type HubConnectionState =
Public Enum HubConnectionState
- Inheritance
-
HubConnectionState
Fields
Name | Value | Description |
---|---|---|
Disconnected | 0 | The hub connection is disconnected. |
Connected | 1 | The hub connection is connected. |
Connecting | 2 | The hub connection is connecting. |
Reconnecting | 3 | The hub connection is reconnecting. |