1 implementation of Groups
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
861
public HashSet<string>
Groups
{ get; } = new HashSet<string>(StringComparer.OrdinalIgnoreCase);
3 references to Groups
Microsoft.AspNetCore.SignalR.StackExchangeRedis (3)
RedisHubLifetimeManager.cs (3)
130
var groupNames = feature.
Groups
;
305
var groupNames = feature.
Groups
;
336
var groupNames = feature.
Groups
;