Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.