BuildSubmissionBase Class
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.
public ref class BuildSubmissionBase abstract
public abstract class BuildSubmissionBase
type BuildSubmissionBase = class
Public MustInherit Class BuildSubmissionBase
- Inheritance
-
BuildSubmissionBase
- Derived
Build |
Constructor |
Completion |
The completion event. |
Completion |
True if it has been invoked |
Async |
The asynchronous context provided to ExecuteAsync(BuildSubmissionCompleteCallback, Object), if any. |
Build |
The BuildManager with which this submission is associated. |
Is |
Returns true if this submission is complete. |
Submission |
An ID uniquely identifying this request from among other submissions within the same build. |
Wait |
A WaitHandle which will be signalled when the build is complete. Valid after Execute() or ExecuteAsync(BuildSubmissionCompleteCallback, Object) returns, otherwise null. |
Produit | Versions |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |