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
- updates
Type: System.Collections.Generic.List<BuildControllerUpdateOptions>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.