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