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