ConnectionManager Class

.NET Framework 4

Default IConnectionManager implementation.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Infrastructure.ConnectionManager

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Class ConnectionManager _
    Implements IConnectionManager
'Usage
Dim instance As ConnectionManager
public class ConnectionManager : IConnectionManager
public ref class ConnectionManager : IConnectionManager
type ConnectionManager =  
    class 
        interface IConnectionManager 
    end
public class ConnectionManager implements IConnectionManager

The ConnectionManager type exposes the following members.

Constructors

  Name Description
Public method ConnectionManager Initializes a new instance of the ConnectionManager class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetConnection Returns a IPersistentConnectionContext for the PersistentConnection.
Public method GetConnectionContext<T> Returns a IPersistentConnectionContext for the PersistentConnection.
Public method GetHashCode (Inherited from Object.)
Public method GetHubContext(String)
Public method GetHubContext<T>()
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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.Infrastructure Namespace