IHubManager Interface
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Describes a hub manager - main point in the whole hub and method lookup process.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IHubManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetHub | Retrieves a single hub descriptor. |
![]() | GetHubMethod | Retrieves a method with a given name on a given hub. |
![]() | GetHubMethods | Gets all methods available to call on a given hub. |
![]() | GetHubs | Retrieves all available hubs matching the given predicate. |
![]() | ResolveHub | Resolves a given hub name to a concrete object. |
![]() | ResolveHubs | Resolves all available hubs to their concrete objects. |
| Name | Description | |
|---|---|---|
![]() | EnsureHub | Ensures all the information about the hub descriptor. (Defined by HubManagerExtensions.) |
![]() | GetHubMethods | Gets all methods available to call on a given hub. (Defined by HubManagerExtensions.) |
![]() | GetHubs | Retrieves all available hubs. (Defined by HubManagerExtensions.) |
Show:
