GroupManager Class

.NET Framework 4.5

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
Public method GroupManager Initializes a new instance of the GroupManager class.

Top

Methods

  Name Description
Public method Add Adds a connection to the specified group.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes a connection from the specified group.
Public method Send Sends a value to the specified group.
Public method 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.

See Also

Reference

Microsoft.AspNet.SignalR Namespace