MSA.Zmq.JsonRpc.TaskHandlerDescriptor.TaskHandlerDescriptor C# (CSharp) Method

TaskHandlerDescriptor() public method

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