Ejemplo n.º 1
0
 /// <summary>
 /// Cancels any build in progress and wait for the thread to exit.
 /// </summary>
 public void Dispose()
 {
     builder.CancelBuild();
     dynamicBuildStep.NotifyNewWorkAvailable();
     builderThread.Join();
 }