Base:
method
SendAllAsync
Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub>.SendAllAsync(System.String, System.Object[], System.Threading.CancellationToken)
2 references to SendAllAsync
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
RedisHubLifetimeManagerBenchmark.cs (1)
114await _manager1.SendAllAsync("Test", _args);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisHubLifetimeManagerTests.cs (1)
70await manager1.SendAllAsync("Hello", new object[] { new TestObject { TestProperty = "Foo" } });