示例#1
0
 protected MQServiceBase(MQConfig config)
 {
     this.Config = config;
 }
示例#2
0
 public MQConnection(MQConfig config, string vhost)
 {
     this.config = config;
     this.vhost  = vhost;
 }