GraphBuildSubmissionCompleteCallback Delegate
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.
A callback used to receive notification that a build has completed.
public delegate void GraphBuildSubmissionCompleteCallback(GraphBuildSubmission ^ submission);
public delegate void GraphBuildSubmissionCompleteCallback(GraphBuildSubmission submission);
type GraphBuildSubmissionCompleteCallback = delegate of GraphBuildSubmission -> unit
Public Delegate Sub GraphBuildSubmissionCompleteCallback(submission As GraphBuildSubmission)
Parameters
- submission
- GraphBuildSubmission
Remarks
When this delegate is invoked, the WaitHandle on the BuildSubmission will have been be signalled and the OverallBuildResult will be valid.