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

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

Méthodes publiques

Méthode Description
Execute ( IHub hub, object parameters ) : object
HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic

Private Methods

Méthode Description
GetExecutor ( MethodInfo methodInfo ) : HubMethodExecutor
WrapVoidAction ( VoidHubMethodExecutor executor ) : HubMethodExecutor

Method Details

Execute() public méthode

public Execute ( IHub hub, object parameters ) : object
hub IHub
parameters object
Résultat object

HubMethodDispatcher() public méthode

public HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic
methodInfo System.Reflection.MethodInfo
Résultat System.Collections.Generic