BuildManager.EndBuild Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.