DefaultHubManager Class

.NET Framework 4.5

Represents a default hub manager.

System::Object
  Microsoft.AspNet.SignalR.Hubs::DefaultHubManager

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class DefaultHubManager : IHubManager

The DefaultHubManager type exposes the following members.

  NameDescription
Public methodDefaultHubManagerInitializes a new instance of the DefaultHubManager class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
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 methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResolveHubResolves a given hub name to a concrete object.
Public methodResolveHubsResolves all available hubs to their concrete objects.
Public methodToString (Inherited from Object.)
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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: