HubManagerExtensions Class

.NET Framework 4.5

Provides a hub manager extension to the whole hub process.

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

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

[ExtensionAttribute]
public ref class HubManagerExtensions abstract sealed

The HubManagerExtensions type exposes the following members.

  NameDescription
Public methodStatic memberEnsureHubEnsures all the information about the hub descriptor.
Public methodStatic memberGetHubMethodsGets all methods available to call on a given hub.
Public methodStatic memberGetHubsRetrieves all available hubs.
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: