HubConnectionContext::OthersInGroup Method

.NET Framework 4.5

Returns a dynamic representation of all clients in a group except the calling client.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
Object^ OthersInGroup(
	String^ groupName
)

Parameters

groupName
Type: System::String
The name of the group

Return Value

Type: System::Object
A dynamic representation of all clients in a group except the calling client.
Show: