BuildSubmissionBase Class
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.
public ref class BuildSubmissionBase abstract
public abstract class BuildSubmissionBase
type BuildSubmissionBase = class
Public MustInherit Class BuildSubmissionBase
- Inheritance
-
BuildSubmissionBase
- Derived
Constructors
BuildSubmissionBase(BuildManager, Int32) |
Constructor |
Fields
CompletionEvent |
The completion event. |
CompletionInvoked |
True if it has been invoked |
Properties
AsyncContext |
The asynchronous context provided to ExecuteAsync(BuildSubmissionCompleteCallback, Object), if any. |
BuildManager |
The BuildManager with which this submission is associated. |
IsCompleted |
Returns true if this submission is complete. |
SubmissionId |
An ID uniquely identifying this request from among other submissions within the same build. |
WaitHandle |
A WaitHandle which will be signalled when the build is complete. Valid after Execute() or ExecuteAsync(BuildSubmissionCompleteCallback, Object) returns, otherwise null. |
Methods
CheckForCompletion() | |
OnCompletition() |