DefaultHubManager::ResolveHub Method

.NET Framework 4.5

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

public:
virtual IHub^ ResolveHub(
	String^ hubName
) sealed

Parameters

hubName
Type: System::String

Return Value

Type: Microsoft.AspNet.SignalR.Hubs::IHub
Returns IHub.

Implements

IHubManager::ResolveHub(String)
Show: