BuildManager.EndBuild Method

Definition

Signals that no more build requests are expected (or allowed) and the BuildManager may clean up.

public:
 void EndBuild();
public void EndBuild ();
member this.EndBuild : unit -> unit
Public Sub EndBuild ()

Exceptions

Thrown if there is no build in progress.

Remarks

This call blocks until all currently pending requests are complete.

Applies to