BuildSubmission.ExecuteAsync(BuildSubmissionCompleteCallback, Object) 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 asynchronously and immediately returns control to the caller.
public:
void ExecuteAsync(Microsoft::Build::Execution::BuildSubmissionCompleteCallback ^ callback, System::Object ^ context);
public void ExecuteAsync (Microsoft.Build.Execution.BuildSubmissionCompleteCallback callback, object context);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void ExecuteAsync (Microsoft.Build.Execution.BuildSubmissionCompleteCallback callback, object context);
member this.ExecuteAsync : Microsoft.Build.Execution.BuildSubmissionCompleteCallback * obj -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ExecuteAsync : Microsoft.Build.Execution.BuildSubmissionCompleteCallback * obj -> unit
Public Sub ExecuteAsync (callback As BuildSubmissionCompleteCallback, context As Object)
Parameters
- callback
- BuildSubmissionCompleteCallback
The callback method to call when the build submission is complete.
- context
- Object
The context in which the build submission occurs.
- Attributes
Exceptions
The request has already been started or is already complete.