TeamFoundationBuildService.UpdateQueuedBuilds Method
Updates the build queue using the provided updates.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Function UpdateQueuedBuilds ( _
requestContext As TeamFoundationRequestContext, _
updates As IList(Of QueuedBuildUpdateOptions) _
) As BuildQueueQueryResult
public BuildQueueQueryResult UpdateQueuedBuilds(
TeamFoundationRequestContext requestContext,
IList<QueuedBuildUpdateOptions> updates
)
public:
BuildQueueQueryResult^ UpdateQueuedBuilds(
TeamFoundationRequestContext^ requestContext,
IList<QueuedBuildUpdateOptions^>^ updates
)
member UpdateQueuedBuilds :
requestContext:TeamFoundationRequestContext *
updates:IList<QueuedBuildUpdateOptions> -> BuildQueueQueryResult
public function UpdateQueuedBuilds(
requestContext : TeamFoundationRequestContext,
updates : IList<QueuedBuildUpdateOptions>
) : BuildQueueQueryResult
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
updates
Type: System.Collections.Generic.IList<QueuedBuildUpdateOptions>The updates to apply.
Return Value
Type: Microsoft.TeamFoundation.Build.Server.BuildQueueQueryResult
A list of updated queued builds.
.NET Framework Security
[M:F:Microsoft.TeamFoundation.Build.Common.BuildPermissions.ManageBuildQueue]
The caller must have ManageBuildQueue permission for the target build definitions.
[M:F:Microsoft.TeamFoundation.Build.Common.BuildPermissions.ManageBuildQueue]
The caller must have [ManageBuildQueue] permission for the target build definitions.
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.