IHubManager::GetHub Method

.NET Framework 4.5

Retrieves a single hub descriptor.

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

HubDescriptor^ GetHub(
	String^ hubName
)

Parameters

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

Return Value

Type: Microsoft.AspNet.SignalR.Hubs::HubDescriptor
Hub descriptor, if found. Null, otherwise.
Show: