1 implementation of IGroupManager
Microsoft.AspNetCore.SignalR.Core (1)
Internal\GroupManager.cs (1)
6
internal sealed class GroupManager<THub> :
IGroupManager
where THub : Hub
12 references to IGroupManager
Microsoft.AspNetCore.SignalR.Core (10)
Hub.cs (2)
18
private
IGroupManager
_groups = default!;
57
public
IGroupManager
Groups
IHubContext.cs (4)
17
/// Gets a <see cref="
IGroupManager
"/> that can be used to add and remove connections to named groups.
19
IGroupManager
Groups { get; }
33
/// Gets a <see cref="
IGroupManager
"/> that can be used to add and remove connections to named groups.
35
IGroupManager
Groups { get; }
IHubContext`T.cs (2)
25
/// Gets a <see cref="
IGroupManager
"/> that can be used to add and remove connections to named groups.
27
IGroupManager
Groups { get; }
Internal\HubContext.cs (1)
20
public
IGroupManager
Groups { get; }
Internal\HubContext`T.cs (1)
25
public
IGroupManager
Groups { get; }
Microsoft.AspNetCore.SignalR.Tests (2)
AddSignalRTests.cs (2)
247
public
IGroupManager
Groups => throw new System.NotImplementedException();
256
public
IGroupManager
Groups => throw new System.NotImplementedException();