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

Afficher le fichier Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Méthodes publiques

Méthode Description
EnsureHub ( this hubManager, string hubName ) : HubDescriptor
GetHubMethods ( this hubManager, string hubName ) : IEnumerable
GetHubs ( this hubManager ) : IEnumerable

Method Details

EnsureHub() public static méthode

public static EnsureHub ( this hubManager, string hubName ) : HubDescriptor
hubManager this
hubName string
Résultat HubDescriptor

GetHubMethods() public static méthode

public static GetHubMethods ( this hubManager, string hubName ) : IEnumerable
hubManager this
hubName string
Résultat IEnumerable

GetHubs() public static méthode

public static GetHubs ( this hubManager ) : IEnumerable
hubManager this
Résultat IEnumerable