DefaultHubManager Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents a default hub manager.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The DefaultHubManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | 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. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ResolveHub | Resolves a given hub name to a concrete object. |
![]() | ResolveHubs | Resolves all available hubs to their concrete objects. |
![]() | ToString | (Inherited from Object.) |
| 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:
