BuildService.AddBuildAgents-Methode

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function AddBuildAgents ( _
    agents As BuildAgent2008() _
) As List(Of BuildAgent2008)
[WebMethodAttribute]
public List<BuildAgent2008> AddBuildAgents(
    BuildAgent2008[] agents
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<BuildAgent2008>
Gibt List<T> zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildService Klasse

Microsoft.TeamFoundation.Build.Server.Compatibility-Namespace