This documentation is archived and is not being maintained.

IBuildServer::CancelBuilds Method (array<Int32>)

Cancels queued builds with the provided IDs if they are currently in active or postponed states.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

void CancelBuilds(
	array<int>^ ids
)

Parameters

ids
Type: array<System::Int32>

The IDs of queued builds to cancel.

Show: