AdministrationWebService.UpdateBuildControllers Method

Updates the build controllers on the server by using the specified properties. The new object properties overwrite the old properties that existed before the update. If no exception is generated from this method, the passed-in properties are reflected in the database.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub UpdateBuildControllers ( _
    updates As List(Of BuildControllerUpdateOptions2010) _
)
[WebMethodAttribute]
public void UpdateBuildControllers(
    List<BuildControllerUpdateOptions2010> updates
)
[WebMethodAttribute]
public:
void UpdateBuildControllers(
    List<BuildControllerUpdateOptions2010^>^ updates
)
[<WebMethodAttribute>]
member UpdateBuildControllers : 
        updates:List<BuildControllerUpdateOptions2010> -> unit
public function UpdateBuildControllers(
    updates : List<BuildControllerUpdateOptions2010>
)

Parameters

.NET Framework Security

See Also

Reference

AdministrationWebService Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace