HubManagerExtensions Class

.NET Framework 4

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class HubManagerExtensions
'Usage
public static class HubManagerExtensions
[ExtensionAttribute]
public ref class HubManagerExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type HubManagerExtensions =  class end
public final class HubManagerExtensions

The HubManagerExtensions type exposes the following members.

Methods

  Name Description
Public methodStatic member EnsureHub
Public methodStatic member GetHubMethods
Public methodStatic member GetHubs

Top

Thread Safety

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

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace