C# Class MSA.Zmq.JsonRpc.TaskHandlerDescriptor

Show file Open project: kadekcipta/ZmqJsonRpc Class Usage Examples

Public Methods

Method Description
TaskHandlerDescriptor ( Type handlerType, string endpointPrefix ) : System

Method Details

TaskHandlerDescriptor() public method

public TaskHandlerDescriptor ( Type handlerType, string endpointPrefix ) : System
handlerType System.Type
endpointPrefix string
return System