IHubDescriptorProvider::TryGetHub Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Tries to retrieve hub with a given name.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- hubName
- Type: System::String
Name of the hub.
- descriptor
- Type: Microsoft.AspNet.SignalR.Hubs::HubDescriptor%
Retrieved descriptor object.
Show: