2 implementations of OthersInGroup
Microsoft.AspNetCore.SignalR.Core (2)
Internal\HubCallerClients.cs (1)
68public IClientProxy OthersInGroup(string groupName)
Internal\TypedHubClients.cs (1)
48public T OthersInGroup(string groupName)
2 references to OthersInGroup
Microsoft.AspNetCore.SignalR.Core (2)
DynamicHubClients.cs (1)
84public dynamic OthersInGroup(string groupName) => new DynamicClientProxy(_clients.OthersInGroup(groupName));
Internal\TypedHubClients.cs (1)
50return TypedClientBuilder<T>.Build(_hubClients.OthersInGroup(groupName));