Example #1
0
 public void Init(int port, MQServerType type)
 {
     _type = type;
     _port = port;
     _isStart = true;
     _context = NetMQContext.Create();
     CreateServer();
 }
Example #2
0
 public void Init(int port, MQServerType type)
 {
     _type    = type;
     _port    = port;
     _isStart = true;
     _context = NetMQContext.Create();
     CreateServer();
 }