BuildOperationResult Class

Definition

Provides information as to the outcome of a build operation.

public ref class BuildOperationResult
public class BuildOperationResult
type BuildOperationResult = class
Public Class BuildOperationResult
Inheritance
BuildOperationResult

Constructors

BuildOperationResult(Guid, BuildResult, IReadOnlyDictionary<String,String>)

Initializes a new instance of the BuildOperationResult class.

Properties

BuildResult

Gets the result of the build operation.

BuildStatistics

Gets statistics about the build operation (e.g. the number of projects).

OperationId

Gets the unique identifier of the build operation.

Applies to