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