GraphBuildSubmission.Execute 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.
Starts the request and blocks until results are available.
public:
Microsoft::Build::Graph::GraphBuildResult ^ Execute();
public Microsoft.Build.Graph.GraphBuildResult Execute ();
member this.Execute : unit -> Microsoft.Build.Graph.GraphBuildResult
Public Function Execute () As GraphBuildResult
Returns
Exceptions
The request has already been started or is already complete.