HubConnectionContext::Group Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Returns a dynamic representation of the specified group.
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.
Implements
IHubConnectionContext::Group(String, array<String>)
Show: