GroupManager Class
.NET Framework 4
Manages groups for a connection.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.GroupManager
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class GroupManager _
Implements IConnectionGroupManager, IGroupManager
'Usage
Dim instance As GroupManager
public class GroupManager : IConnectionGroupManager,
IGroupManager
public ref class GroupManager : IConnectionGroupManager,
IGroupManager
type GroupManager =
class
interface IConnectionGroupManager
interface IGroupManager
end
public class GroupManager implements IConnectionGroupManager, IGroupManager
The GroupManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GroupManager | Initializes a new instance of the GroupManager class. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.