PersistentConnectionFactory::CreateInstance Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hosting
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
An instance of a PersistentConnection .
Creates an instance of the specified type using the dependency resolver or the type's default constructor.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- connectionType
- Type: System::Type
The type of PersistentConnection to create.
Return Value
Type: Microsoft.AspNet.SignalR::PersistentConnectionAn instance of a PersistentConnection .
Show: