コード例 #1
0
ファイル: GWMQServer.cs プロジェクト: dreign/Famliy.Finance
 public void Init(int port, MQServerType type)
 {
     _type = type;
     _port = port;
     _isStart = true;
     _context = NetMQContext.Create();
     CreateServer();
 }
コード例 #2
0
 public void Init(int port, MQServerType type)
 {
     _type    = type;
     _port    = port;
     _isStart = true;
     _context = NetMQContext.Create();
     CreateServer();
 }