GroupManager::Add Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
A task that represents the connection id being added to the group.
Adds a connection to the specified group.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- connectionId
- Type: System::String
The connection id to add to the group.
- groupName
- Type: System::String
The name of the group
Return Value
Type: System.Threading.Tasks::TaskA task that represents the connection id being added to the group.
Implements
IGroupManager::Add(String, String)
Show: