Esempio n. 1
0
 /// <summary>
 /// Waits for the builders until they are terminated.
 /// </summary>
 /// <param name="entry">The entry to be deactivated</param>
 private void WaitForDeactivateCompletion(BuildRequestEntry entry)
 {
     if (entry.Builder != null)
     {
         entry.WaitForCancelCompletion();
     }
 }