Пример #1
0
 public SmtpWorker(SmtpWorkerPoolB pool)
 {
     this.pool           = pool;
     thread              = new Thread(ThreadStart);
     thread.IsBackground = true;
     thread.Name         = "SmtpWorker";
 }
 public SmtpWorker(SmtpWorkerPoolB pool)
 {
     this.pool = pool;
     thread = new Thread(ThreadStart);
     thread.IsBackground = true;
     thread.Name = "SmtpWorker";
 }