IHubManager::GetHub Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Hub descriptor, if found. Null, otherwise.
Retrieves a single hub descriptor.
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::HubDescriptorHub descriptor, if found. Null, otherwise.
Show: