C# 클래스 Microsoft.AspNet.SignalR.Hubs.HubMethodDispatcher

파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( IHub hub, object parameters ) : object
HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetExecutor ( MethodInfo methodInfo ) : HubMethodExecutor
WrapVoidAction ( VoidHubMethodExecutor executor ) : HubMethodExecutor

메소드 상세

Execute() 공개 메소드

public Execute ( IHub hub, object parameters ) : object
hub IHub
parameters object
리턴 object

HubMethodDispatcher() 공개 메소드

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