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