Microsoft.AspNet.SignalR.Hubs.HubMethodDispatcher.HubMethodDispatcher C# (CSharp) Méthode

HubMethodDispatcher() public méthode

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