8 references to Disconnected
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
286if (!_state.TryChangeState(HubConnectionState.Disconnected, HubConnectionState.Connecting)) 288throw new InvalidOperationException($"The {nameof(HubConnection)} cannot be started if it is not in the {nameof(HubConnectionState.Disconnected)} state."); 307if (_state.TryChangeState(HubConnectionState.Connecting, HubConnectionState.Disconnected)) 1935_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 1998_state.ChangeState(HubConnectionState.Connected, HubConnectionState.Disconnected); 2032_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2069_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected); 2094_state.ChangeState(HubConnectionState.Reconnecting, HubConnectionState.Disconnected);