MSA.Zmq.JsonRpc.TaskHandlerDescriptor.TaskHandlerDescriptor C# (CSharp) Méthode

TaskHandlerDescriptor() public méthode

public TaskHandlerDescriptor ( Type handlerType, string endpointPrefix ) : System
handlerType System.Type
endpointPrefix string
Résultat System
        public TaskHandlerDescriptor(Type handlerType, string endpointPrefix)
        {
            HandlerType = handlerType;
            EndPointPrefix = endpointPrefix;
        }
TaskHandlerDescriptor