Share via


AdministrationWebService.AddBuildAgents Method

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function AddBuildAgents ( _
    agents As List(Of BuildAgent) _
) As List(Of BuildAgent)
[WebMethodAttribute]
public List<BuildAgent> AddBuildAgents(
    List<BuildAgent> agents
)
[WebMethodAttribute]
public:
List<BuildAgent^>^ AddBuildAgents(
    List<BuildAgent^>^ agents
)
[<WebMethodAttribute>]
member AddBuildAgents : 
        agents:List<BuildAgent> -> List<BuildAgent> 
public function AddBuildAgents(
    agents : List<BuildAgent>
) : List<BuildAgent>

Parameters

Return Value

Type: System.Collections.Generic.List<BuildAgent>

.NET Framework Security

See Also

Reference

AdministrationWebService Class

Microsoft.TeamFoundation.Build.Server Namespace