Base:
method
SendGroupsAsync
Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub>.SendGroupsAsync(System.Collections.Generic.IReadOnlyList<System.String>, System.String, System.Object[], System.Threading.CancellationToken)
1 reference to SendGroupsAsync
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
DefaultHubLifetimeManagerBenchmark.cs (1)
87return _hubLifetimeManager.SendGroupsAsync(_groupNames, "MethodName", Array.Empty<object>());