C# Класс Microsoft.AspNet.SignalR.Hosting.PersistentConnectionFactory

Responsible for creating PersistentConnection instances.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateInstance ( Type connectionType ) : PersistentConnection

Creates an instance of the specified type using the dependency resolver or the type's default constructor.

PersistentConnectionFactory ( IDependencyResolver resolver ) : System

Creates a new instance of the PersistentConnectionFactory class.

Описание методов

CreateInstance() публичный Метод

Creates an instance of the specified type using the dependency resolver or the type's default constructor.
public CreateInstance ( Type connectionType ) : PersistentConnection
connectionType System.Type The type of to create.
Результат PersistentConnection

PersistentConnectionFactory() публичный Метод

Creates a new instance of the PersistentConnectionFactory class.
public PersistentConnectionFactory ( IDependencyResolver resolver ) : System
resolver IDependencyResolver The dependency resolver to use for when creating the .
Результат System