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

Show file Open project: SignalR/SignalR Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetExecutor ( MethodInfo methodInfo ) : HubMethodExecutor
WrapVoidAction ( VoidHubMethodExecutor executor ) : HubMethodExecutor

Method Details

Execute() public method

public Execute ( IHub hub, object parameters ) : object
hub IHub
parameters object
return object

HubMethodDispatcher() public method

public HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic
methodInfo System.Reflection.MethodInfo
return System.Collections.Generic