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 | |
---|---|---|
ConnectionManager | Initializes a new instance of the ConnectionManager class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetConnection | Returns a IPersistentConnectionContext for the PersistentConnection. | |
GetConnectionContext<T> | Returns a IPersistentConnectionContext for the PersistentConnection. | |
GetHashCode | (Inherited from Object.) | |
GetHubContext(String) | ||
GetHubContext<T>() | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.