IGroupManager Interface

.NET Framework 4.5

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
Public method Add Adds a connection to the specified group.
Public method Remove Removes a connection from the specified group.

Top

See Also

Reference

Microsoft.AspNet.SignalR Namespace