1 implementation of Groups
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext.cs (1)
20public IGroupManager Groups { get; }
1 reference to Groups
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
662hub.Groups = _hubContext.Groups;