AgentReservationSpec Class
Visual Studio 2010
This class is used to help specify the type of agent that may process an activity by using a list of tags to identify valid agents.
Namespace:
Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The AgentReservationSpec type exposes the following members.
| Name | Description | |
|---|---|---|
|
AgentReservationSpec | Initializes a new instance of the AgentReservationSpec class. |
| Name | Description | |
|---|---|---|
|
Name | Gets or sets the name of this agent reservation specifier. |
|
TagComparison | Gets or sets the TagComparison value to use in comparing tags against this specifier. |
|
Tags | Gets or sets the StringList object that contains a list of tags for this specifier. |
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Gets a user-readable string describing the properties of this instance. (Overrides Object.ToString().) |