IHubDescriptorProvider Interface
.NET Framework 4
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 | |
---|---|---|
GetHubs | Retrieves all available hubs. | |
TryGetHub | Tries to retrieve hub with a given name. |
Top