IHubManager::ResolveHub Method

.NET Framework 4.5

Resolves a given hub name to a concrete object.

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

IHub^ ResolveHub(
	String^ hubName
)

Parameters

hubName
Type: System::String
Name of the hub.

Return Value

Type: Microsoft.AspNet.SignalR.Hubs::IHub
Hub implementation instance, if found. Null otherwise.
Show: