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