PersistentConnectionFactory Class
.NET Framework 4
Responsible for creating PersistentConnection instances.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Hosting.PersistentConnectionFactory
Namespace: Microsoft.AspNet.SignalR.Hosting
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class PersistentConnectionFactory
'Usage
Dim instance As PersistentConnectionFactory
public class PersistentConnectionFactory
public ref class PersistentConnectionFactory
type PersistentConnectionFactory = class end
public class PersistentConnectionFactory
The PersistentConnectionFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PersistentConnectionFactory | Creates a new instance of the PersistentConnectionFactory class. |
Top
Methods
Name | Description | |
---|---|---|
CreateInstance | Creates an instance of the specified type using the dependency resolver or the type's default constructor. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
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.