PersistentConnectionFactory Class

.NET Framework 4.5

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
Public method PersistentConnectionFactory Creates a new instance of the PersistentConnectionFactory class.

Top

Methods

  Name Description
Public method CreateInstance Creates an instance of the specified type using the dependency resolver or the type's default constructor.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
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.Hosting Namespace