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)
52
await _manager2.
AddToGroupAsync
(client.Connection.ConnectionId, "Everyone");
53
await _manager2.
AddToGroupAsync
(client.Connection.ConnectionId, groupName);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisHubLifetimeManagerTests.cs (1)
144
await manager.
AddToGroupAsync
(connection.ConnectionId, groupName).DefaultTimeout();