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