HubDispatcherHandler Constructor
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Owin.Handlers
Assembly: Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)
Initializes a new instance of the HubDispatcherHandler class.
Assembly: Microsoft.AspNet.SignalR.Owin (in Microsoft.AspNet.SignalR.Owin.dll)
public:
HubDispatcherHandler(
Func<IDictionary<String^, Object^>^, Task^>^ next,
String^ path,
HubConfiguration^ configuration
)
Parameters
- next
- Type: System::Func<IDictionary<String, Object>, Task>
- path
- Type: System::String
- configuration
- Type: Microsoft.AspNet.SignalR::HubConfiguration
Show: