HubConnectionContext::OthersInGroup Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A dynamic representation of all clients in a group except the calling client.
Returns a dynamic representation of all clients in a group except the calling client.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- groupName
- Type: System::String
The name of the group
Return Value
Type: System::ObjectA dynamic representation of all clients in a group except the calling client.
Show: