Microsoft.AspNetCore.SignalR.Hubs.HubMethodDispatcher.HubMethodDispatcher C# (CSharp) 메소드

HubMethodDispatcher() 공개 메소드

public HubMethodDispatcher ( MethodInfo methodInfo ) : System.Collections.Generic
methodInfo System.Reflection.MethodInfo
리턴 System.Collections.Generic
        public HubMethodDispatcher(MethodInfo methodInfo)
        {
            _executor = GetExecutor(methodInfo);
            MethodInfo = methodInfo;
        }