IConnectionManager Interface

.NET Framework 4.5

Provides access to hubs and persistent connections and references.

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

Syntax

'Declaration
Public Interface IConnectionManager
'Usage
Dim instance As IConnectionManager
public interface IConnectionManager
public interface class IConnectionManager
type IConnectionManager =  interface end
public interface IConnectionManager

The IConnectionManager type exposes the following members.

Methods

  Name Description
Public method GetConnectionContext<T> Returns a IPersistentConnectionContext for the PersistentConnection.
Public method GetHubContext(String) Returns the hub information associated with the connection.
Public method GetHubContext<T>() Returns the hub information associated with the connection.

Top

See Also

Reference

Microsoft.AspNet.SignalR.Infrastructure Namespace