Akka.Interfaced.RequestDispatcher.RequestDispatcher C# (CSharp) Метод

RequestDispatcher() публичный Метод

public RequestDispatcher ( RequestHandlerItem>.Dictionary handlerTable ) : System
handlerTable RequestHandlerItem>.Dictionary
Результат System
        public RequestDispatcher(Dictionary<Type, RequestHandlerItem> handlerTable)
        {
            _handlerTable = handlerTable;
        }