IHubDescriptorProvider Interface

.NET Framework 4.5

Describes hub descriptor provider, which provides information about available hubs.

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

Syntax

'Declaration
Public Interface IHubDescriptorProvider
'Usage
Dim instance As IHubDescriptorProvider
public interface IHubDescriptorProvider
public interface class IHubDescriptorProvider
type IHubDescriptorProvider =  interface end
public interface IHubDescriptorProvider

The IHubDescriptorProvider type exposes the following members.

Methods

  Name Description
Public method GetHubs Retrieve all avaiable hubs.
Public method TryGetHub Tries to retrieve hub with a given name.

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace