Microsoft.AspNetCore.SignalR.Hubs.HubMethodDispatcher.HubMethodDispatcher C# (CSharp) Method

HubMethodDispatcher() public method

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