IConnectionManager Interface
.NET Framework 4
Provides access to hubs and persistent connections 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 | |
---|---|---|
GetConnectionContext<T> | Returns a IPersistentConnectionContext for the PersistentConnection. | |
GetHubContext(String) | ||
GetHubContext<T>() |
Top