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)

public interface class IHubManager

The IHubManager type exposes the following members.

  NameDescription
Public methodGetHubRetrieves a single hub descriptor.
Public methodGetHubMethodRetrieves a method with a given name on a given hub.
Public methodGetHubMethodsGets all methods available to call on a given hub.
Public methodGetHubsRetrieves all available hubs matching the given predicate.
Public methodResolveHubResolves a given hub name to a concrete object.
Public methodResolveHubsResolves all available hubs to their concrete objects.
Top

  NameDescription
Public Extension MethodEnsureHubEnsures all the information about the hub descriptor. (Defined by HubManagerExtensions.)
Public Extension MethodGetHubMethodsGets all methods available to call on a given hub. (Defined by HubManagerExtensions.)
Public Extension MethodGetHubsRetrieves all available hubs. (Defined by HubManagerExtensions.)
Top
Show: