Exemplo n.º 1
0
 protected MessageWorkerBase(MessageService prv, string queueName)
 {
     Provider = prv;
     QueueName = queueName;
 }
Exemplo n.º 2
0
 public MessageSender(MessageService prv, string queueName) : base(prv, queueName)
 {
 }