IHubDescriptorProvider::GetHubs Method

.NET Framework 4.5

Retrieve all avaiable hubs.

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

IList<HubDescriptor^>^ GetHubs()

Return Value

Type: System.Collections.Generic::IList<HubDescriptor>
Collection of hub descriptors.
Show: