PersistentConnectionHandler Constructor

Visual Studio 2010
.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Owin.Handlers
Assembly:  Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)

public:
PersistentConnectionHandler(
	Func<IDictionary<String^, Object^>^, Task^>^ next, 
	String^ path, 
	Type^ connectionType, 
	ConnectionConfiguration^ configuration
)

Parameters

next
Type: System::Func<IDictionary<String, Object>, Task>
path
Type: System::String
connectionType
Type: System::Type
configuration
Type: Microsoft.AspNet.SignalR::ConnectionConfiguration
Show: