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

Inheritance: IHubManager
Afficher le fichier Open project: SignalR/SignalR Class Usage Examples

Méthodes publiques

Méthode Description
DefaultHubManager ( IDependencyResolver resolver ) : 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 méthode

public DefaultHubManager ( IDependencyResolver resolver ) : System
resolver IDependencyResolver
Résultat System

GetHub() public méthode

public GetHub ( string hubName ) : HubDescriptor
hubName string
Résultat HubDescriptor

GetHubMethod() public méthode

public GetHubMethod ( string hubName, string method, IList parameters ) : MethodDescriptor
hubName string
method string
parameters IList
Résultat MethodDescriptor

GetHubMethods() public méthode

public GetHubMethods ( string hubName, bool>.Func predicate ) : IEnumerable
hubName string
predicate bool>.Func
Résultat IEnumerable

GetHubs() public méthode

public GetHubs ( bool>.Func predicate ) : IEnumerable
predicate bool>.Func
Résultat IEnumerable

ResolveHub() public méthode

public ResolveHub ( string hubName ) : IHub
hubName string
Résultat IHub

ResolveHubs() public méthode

public ResolveHubs ( ) : IEnumerable
Résultat IEnumerable