IHubManager Methods
.NET Framework 4.5
Top
Top
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 | (Defined by HubManagerExtensions.) |
|
GetHubMethods | (Defined by HubManagerExtensions.) |
|
GetHubs | (Defined by HubManagerExtensions.) |
Show: