IConnectionGroupManager Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Manages groups for a connection and allows sending messages to the group.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IConnectionGroupManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Adds a connection to the specified group. (Inherited from IGroupManager.) |
![]() | Remove | Removes a connection from the specified group. (Inherited from IGroupManager.) |
![]() | Send | Sends a value to the specified group. |
Show:
