8 references to Disconnected
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
278if (!_state.TryChangeState(HubConnectionState.Disconnected, HubConnectionState.Connecting)) 280throw new InvalidOperationException($"The {nameof(HubConnection)} cannot be started if it is not in the {nameof(HubConnectionState.Disconnected)} state."); 299if (_state.TryChangeState(HubConnectionState.Connecting, HubConnectionState.Disconnected)) 1761_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1824_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1858_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 1895_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 1920_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);