Starts a build request asynchronously and within the given context. Immediately returns control to the caller.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace:  Microsoft.Build.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public Sub ExecuteAsync ( _
    callback As BuildSubmissionCompleteCallback, _
    context As Object _
)
public void ExecuteAsync(
    BuildSubmissionCompleteCallback callback,
    Object context
)
public:
void ExecuteAsync(
    BuildSubmissionCompleteCallback^ callback, 
    Object^ context
)
member ExecuteAsync : 
        callback:BuildSubmissionCompleteCallback * 
        context:Object -> unit
public function ExecuteAsync(
    callback : BuildSubmissionCompleteCallback, 
    context : Object
)
Parameters
- callback 
 Type: Microsoft.Build.Execution.BuildSubmissionCompleteCallback- The callback method to call when the build submission is complete. 
- context 
 Type: System.Object- The context in which the build submission occurs. 
Exceptions
| Exception | Condition | 
|---|---|
| InvalidOperationException | The request has already been started or is already complete. | 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.