Base:
method
SendGroupExceptAsync
Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub>.SendGroupExceptAsync(System.String, System.String, System.Object[], System.Collections.Generic.IReadOnlyList<System.String>, System.Threading.CancellationToken)
1 reference to SendGroupExceptAsync
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisHubLifetimeManagerBenchmark.cs (1)
150await _manager1.SendGroupExceptAsync("Everyone", "Test", _args, _excludedConnectionIds);