Beispiel #1
0
 /// <summary>
 /// Starts to terminate any builder associated with the entry and clean it up in preparation for removal.
 /// </summary>
 /// <param name="entry">The entry to be deactivated</param>
 private void BeginDeactivateBuildRequest(BuildRequestEntry entry)
 {
     if (entry.Builder != null)
     {
         entry.BeginCancel();
     }
 }