10 references to WaitConnectionLockAsync
Microsoft.AspNetCore.SignalR.Client.Core (10)
HubConnection.cs (10)
275
await _state.
WaitConnectionLockAsync
(token: cancellationToken).ConfigureAwait(false);
570
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
583
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
706
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
997
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1732
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1851
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1866
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1907
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2505
await
WaitConnectionLockAsync
(token, methodName).ConfigureAwait(false);