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
- updates
Type: System.Collections.Generic.List<BuildControllerUpdateOptions2010>
.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.
See Also
Reference
AdministrationWebService Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace