8 references to Disconnected
Microsoft.AspNetCore.SignalR.Client.Core (8)
HubConnection.cs (8)
308
if (!_state.TryChangeState(HubConnectionState.
Disconnected
, HubConnectionState.Connecting))
310
throw new InvalidOperationException($"The {nameof(HubConnection)} cannot be started if it is not in the {nameof(HubConnectionState.
Disconnected
)} state.");
329
if (_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
);