GraphBuildSubmission.ExecuteAsync Method

Definition

Starts the request asynchronously and immediately returns control to the caller.

public:
 void ExecuteAsync(Microsoft::Build::Graph::GraphBuildSubmissionCompleteCallback ^ callback, System::Object ^ context);
public void ExecuteAsync (Microsoft.Build.Graph.GraphBuildSubmissionCompleteCallback callback, object context);
member this.ExecuteAsync : Microsoft.Build.Graph.GraphBuildSubmissionCompleteCallback * obj -> unit
Public Sub ExecuteAsync (callback As GraphBuildSubmissionCompleteCallback, context As Object)

Parameters

context
Object

Exceptions

The request has already been started or is already complete.

Applies to