Esempio n. 1
0
 public void DoWork()
 {
     if (remoteService.HasData())
     {
         outputQueue.Enqueue(remoteService.GetData());
     }
 }