HubDispatcherHandler Constructor

.NET Framework 4.5

Initializes a new instance of the HubDispatcherHandler class.

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

public:
HubDispatcherHandler(
	Func<IDictionary<String^, Object^>^, Task^>^ next, 
	String^ path, 
	HubConfiguration^ configuration
)
Show: