Edit

Share via


MultipleAgentExecutionOptions Class

Definition

Represents options for running a phase against multiple agents.

[System.Runtime.Serialization.DataContract]
public class MultipleAgentExecutionOptions : Microsoft.TeamFoundation.Build.WebApi.AgentTargetExecutionOptions
type MultipleAgentExecutionOptions = class
    inherit AgentTargetExecutionOptions
Public Class MultipleAgentExecutionOptions
Inherits AgentTargetExecutionOptions
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
MultipleAgentExecutionOptions
Attributes

Constructors

MultipleAgentExecutionOptions()

Properties

ContinueOnError

Indicates whether failure on one agent should prevent the phase from running on other agents.

MaxConcurrency

The maximum number of agents to use simultaneously.

Type

Indicates the type of execution options.

(Inherited from AgentTargetExecutionOptions)

Applies to