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

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

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