IHubManager::ResolveHub Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Hub implementation instance, if found. Null otherwise.
Resolves a given hub name to a concrete object.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- hubName
- Type: System::String
Name of the hub.
Return Value
Type: Microsoft.AspNet.SignalR.Hubs::IHubHub implementation instance, if found. Null otherwise.
Show: