Exemplo n.º 1
0
 public QueueListener(DefaultMsmqEndpoint endpoint)
     : this(endpoint, 60)
 {
     this.endpoint = endpoint;
 }
Exemplo n.º 2
0
 public QueueListener(DefaultMsmqEndpoint endpoint, int timeoutInSeconds)
 {
     this.endpoint = endpoint;
     timeout = new TimeSpan(0, 0, timeoutInSeconds);
 }