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