AgentSettings Class

Represents the settings of a build agent.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Build.Workflow.Activities.AgentSettings

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'宣言
<SerializableAttribute> _
Public Class AgentSettings
[SerializableAttribute]
public class AgentSettings
[SerializableAttribute]
public ref class AgentSettings
[<SerializableAttribute>]
type AgentSettings =  class end
public class AgentSettings

The AgentSettings type exposes the following members.

Constructors

  Name Description
Public method AgentSettings() Initializes a new instance of the AgentSettings class.
Public method AgentSettings(TimeSpan, TimeSpan) Initializes a new instance of the AgentSettings class.

Top

Properties

  Name Description
Public property HasTags Gets a flag describing whether this agent has tags set in Tags.
Public property IsMaxExecutionTimeSet Gets a flag describing whether MaxExecutionTime is set.
Public property IsMaxWaitTimeSet Gets a flag describing whether MaxWaitTime is set.
Public property MaxExecutionTime Gets a TimeSpan object describing the maximum amount of time to allow the build agent to complete its activities.
Public property MaxWaitTime Gets a TimeSpan object describing the maximum amount of time to wait for a build agent to become available.
Public property Name Gets or sets the name of this build agent.
Public property TagComparison Gets or sets the TagComparison value that describes how tags should be compared for a match.
Public property Tags Gets or sets a StringList containing the tags associated with this agent.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAgentReservationSpec Creates an AgentReservationSpec object based on this agent’s Name and Tags properties.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace