Exemplo n.º 1
0
 /// <summary>
 /// See if the job is in the list.
 /// </summary>
 public bool Contains(CadKit.Threads.Jobs.Job job)
 {
     using (this.Lock.read())
     {
         return(_jobs.Contains(job));
     }
 }