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;
        }