IBuildServer.StopBuilds Method (array<Uri )

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

See Also

Reference

IBuildServer Interface

StopBuilds Overload

Microsoft.TeamFoundation.Build.Client Namespace