GroupManager Class
.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.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The GroupManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | Adds a connection to the specified group. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | Removes a connection from the specified group. |
![]() | Send | Sends a value to the specified group. |
![]() | ToString | (Inherited from Object.) |
Show:

