8 references to Disconnected
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
308if (!_state.TryChangeState(HubConnectionState.Disconnected, HubConnectionState.Connecting)) 310throw new InvalidOperationException($"The {nameof(HubConnection)} cannot be started if it is not in the {nameof(HubConnectionState.Disconnected)} state."); 329if (_state.TryChangeState(HubConnectionState.Connecting, HubConnectionState.Disconnected)) 2071_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 2127_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 2161_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2198_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2223_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);