IHubDescriptorProvider.GetHubs Method

.NET Framework 4

Retrieves all available hubs.

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

Syntax

'Declaration
Function GetHubs As IList(Of HubDescriptor)
'Usage
Dim instance As IHubDescriptorProvider 
Dim returnValue As IList(Of HubDescriptor)

returnValue = instance.GetHubs()
IList<HubDescriptor> GetHubs()
IList<HubDescriptor^>^ GetHubs()
abstract GetHubs : unit -> IList<HubDescriptor> 
function GetHubs() : IList<HubDescriptor>

Return Value

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

See Also

Reference

IHubDescriptorProvider Interface

Microsoft.AspNet.SignalR.Hubs Namespace