Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Stops all builds with the specified URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub StopBuilds ( _
uris As Uri() _
)
void StopBuilds(
Uri[] uris
)
void StopBuilds(
array<Uri^>^ uris
)
abstract StopBuilds :
uris:Uri[] -> unit
function StopBuilds(
uris : Uri[]
)
Parameters
- uris
Type: array<System.Uri[]
An array of build URIs to stop.
Remarks
For builds which are not in progress the URIs are silently ignored by the server. URIs which do not exist on the server will cause an exception to be thrown.
.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.