MSA.Zmq.JsonRpc.TaskHandlerDescriptor.TaskHandlerDescriptor C# (CSharp) Метод

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

public TaskHandlerDescriptor ( Type handlerType, string endpointPrefix ) : System
handlerType System.Type
endpointPrefix string
Результат System
        public TaskHandlerDescriptor(Type handlerType, string endpointPrefix)
        {
            HandlerType = handlerType;
            EndPointPrefix = endpointPrefix;
        }
TaskHandlerDescriptor