C# Class Microsoft.AspNet.SignalR.Hubs.HubManagerExtensions

Show file Open project: SignalR/SignalR

Public Methods

Method Description
EnsureHub ( this hubManager, string hubName ) : HubDescriptor
GetHubMethods ( this hubManager, string hubName ) : IEnumerable
GetHubs ( this hubManager ) : IEnumerable

Method Details

EnsureHub() public static method

public static EnsureHub ( this hubManager, string hubName ) : HubDescriptor
hubManager this
hubName string
return HubDescriptor

GetHubMethods() public static method

public static GetHubMethods ( this hubManager, string hubName ) : IEnumerable
hubManager this
hubName string
return IEnumerable

GetHubs() public static method

public static GetHubs ( this hubManager ) : IEnumerable
hubManager this
return IEnumerable