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)
RedisHubLifetimeManagerBenchmark.cs (1)
132
await _manager1.
SendConnectionAsync
(_clients[0].Connection.ConnectionId, "Test", _args);