Пример #1
0
 public QueueListener(DefaultMsmqEndpoint endpoint)
     : this(endpoint, 60)
 {
     this.endpoint = endpoint;
 }
Пример #2
0
 public QueueListener(DefaultMsmqEndpoint endpoint, int timeoutInSeconds)
 {
     this.endpoint = endpoint;
     timeout = new TimeSpan(0, 0, timeoutInSeconds);
 }