Partilhar via


AdministrationWebService4.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, then the passed in properties are reflected in the database.

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

Syntax

'Declaration
<WebMethodAttribute> _
<ClientServiceMethodAttribute(AsyncPattern := True)> _
Public Sub UpdateBuildControllers ( _
    updates As List(Of BuildControllerUpdateOptions) _
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(AsyncPattern = true)]
public void UpdateBuildControllers(
    List<BuildControllerUpdateOptions> updates
)
[WebMethodAttribute]
[ClientServiceMethodAttribute(AsyncPattern = true)]
public:
void UpdateBuildControllers(
    List<BuildControllerUpdateOptions^>^ updates
)
[<WebMethodAttribute>]
[<ClientServiceMethodAttribute(AsyncPattern = true)>]
member UpdateBuildControllers : 
        updates:List<BuildControllerUpdateOptions> -> unit
public function UpdateBuildControllers(
    updates : List<BuildControllerUpdateOptions>
)

Parameters

.NET Framework Security

See Also

Reference

AdministrationWebService4 Class

Microsoft.TeamFoundation.Build.Server Namespace