C# Class Microsoft.AspNetCore.SignalR.Hubs.DefaultHubManager

Inheritance: IHubManager
Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
DefaultHubManager ( IEnumerable hubProviders, IEnumerable methodProviders, IHubActivator activator ) : System
GetHub ( string hubName ) : HubDescriptor
GetHubMethod ( string hubName, string method, IList parameters ) : MethodDescriptor
GetHubMethods ( string hubName, bool>.Func predicate ) : IEnumerable
GetHubs ( bool>.Func predicate ) : IEnumerable
ResolveHub ( string hubName ) : IHub
ResolveHubs ( ) : IEnumerable

Method Details

DefaultHubManager() public method

public DefaultHubManager ( IEnumerable hubProviders, IEnumerable methodProviders, IHubActivator activator ) : System
hubProviders IEnumerable
methodProviders IEnumerable
activator IHubActivator
return System

GetHub() public method

public GetHub ( string hubName ) : HubDescriptor
hubName string
return HubDescriptor

GetHubMethod() public method

public GetHubMethod ( string hubName, string method, IList parameters ) : MethodDescriptor
hubName string
method string
parameters IList
return MethodDescriptor

GetHubMethods() public method

public GetHubMethods ( string hubName, bool>.Func predicate ) : IEnumerable
hubName string
predicate bool>.Func
return IEnumerable

GetHubs() public method

public GetHubs ( bool>.Func predicate ) : IEnumerable
predicate bool>.Func
return IEnumerable

ResolveHub() public method

public ResolveHub ( string hubName ) : IHub
hubName string
return IHub

ResolveHubs() public method

public ResolveHubs ( ) : IEnumerable
return IEnumerable