IGroupManager Interface
.NET Framework 4
Manages groups for a connection.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Interface IGroupManager
'Usage
Dim instance As IGroupManager
public interface IGroupManager
public interface class IGroupManager
type IGroupManager = interface end
public interface IGroupManager
The IGroupManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds a connection to the specified group. | |
Remove | Removes a connection from the specified group. |
Top