HubConnectionContext::Group Method

.NET Framework 4.5

Returns a dynamic representation of the specified group.

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

public:
virtual Object^ Group(
	String^ groupName, 
	... array<String^>^ excludeConnectionIds
) sealed

Parameters

groupName
Type: System::String
The name of the group
excludeConnectionIds
Type: array<System::String>
A list of connection ids to exclude.

Return Value

Type: System::Object
A dynamic representation of the specified group.

Implements

IHubConnectionContext::Group(String, array<String>)
Show: