AdministrationWebService.UpdateBuildAgents Method
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdateBuildAgents ( _
updates As List(Of BuildAgentUpdateOptions) _
)
[WebMethodAttribute]
public void UpdateBuildAgents(
List<BuildAgentUpdateOptions> updates
)
[WebMethodAttribute]
public:
void UpdateBuildAgents(
List<BuildAgentUpdateOptions^>^ updates
)
[<WebMethodAttribute>]
member UpdateBuildAgents :
updates:List<BuildAgentUpdateOptions> -> unit
public function UpdateBuildAgents(
updates : List<BuildAgentUpdateOptions>
)
Parameters
- updates
Type: System.Collections.Generic.List<BuildAgentUpdateOptions>
.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.