Base:
method
AddToGroupAsync
Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub>.AddToGroupAsync(System.String, System.String, System.Threading.CancellationToken)
3 references to AddToGroupAsync
Microsoft.AspNetCore.SignalR.Microbenchmarks (2)
RedisHubLifetimeManagerBenchmark.cs (2)
52await _manager2.AddToGroupAsync(client.Connection.ConnectionId, "Everyone"); 53await _manager2.AddToGroupAsync(client.Connection.ConnectionId, groupName);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisHubLifetimeManagerTests.cs (1)
144await manager.AddToGroupAsync(connection.ConnectionId, groupName).DefaultTimeout();