2 implementations of Groups
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubContext.cs (1)
20public IGroupManager Groups { get; }
Microsoft.AspNetCore.SignalR.Tests (1)
AddSignalRTests.cs (1)
247public IGroupManager Groups => throw new System.NotImplementedException();
1 reference to Groups
Microsoft.AspNetCore.SignalR.Core (1)
Internal\DefaultHubDispatcher.cs (1)
630hub.Groups = _hubContext.Groups;