IHubManager Methods

.NET Framework 4.5

The IHubManager type exposes the following members.

  NameDescription
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
Show: