IHubManager Interface

.NET Framework 4.5

Describes a hub manager - main point in the whole hub and method lookup process.

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

Syntax

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

The IHubManager type exposes the following members.

Methods

  Name Description
Public method GetHub Retrieves a single hub descriptor.
Public method GetHubMethod Retrieves a method with a given name on a given hub.
Public method GetHubMethods Gets all methods available to call on a given hub.
Public method GetHubs Retrieves all available hubs matching the given predicate.
Public method ResolveHub Resolves a given hub name to a concrete object.
Public method ResolveHubs Resolves all available hubs to their concrete objects.

Top

Extension Methods

  Name Description
Public Extension Method EnsureHub Ensures all the information about the hub descriptor. (Defined by HubManagerExtensions.)
Public Extension Method GetHubMethods Gets all methods available to call on a given hub. (Defined by HubManagerExtensions.)
Public Extension Method GetHubs Retrieves all available hubs. (Defined by HubManagerExtensions.)

Top

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace