10 references to WaitConnectionLockAsync
Microsoft.AspNetCore.SignalR.Client.Core (10)
HubConnection.cs (10)
269
await _state.
WaitConnectionLockAsync
(token: cancellationToken).ConfigureAwait(false);
564
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
577
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
700
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
991
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1726
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1845
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1860
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
1901
await _state.
WaitConnectionLockAsync
(token: default).ConfigureAwait(false);
2499
await
WaitConnectionLockAsync
(token, methodName).ConfigureAwait(false);