PersistentConnectionFactory::CreateInstance Method

.NET Framework 4.5

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

Namespace:  Microsoft.AspNet.SignalR.Hosting
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
PersistentConnection^ CreateInstance(
	Type^ connectionType
)

Parameters

connectionType
Type: System::Type
The type of PersistentConnection to create.
Show: