IBuildServer.StopBuilds Method (array<IBuildDetail )

Stops the specified builds.

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

Syntax

'Declaration
Sub StopBuilds ( _
    builds As IBuildDetail() _
)
void StopBuilds(
    IBuildDetail[] builds
)
void StopBuilds(
    array<IBuildDetail^>^ builds
)
abstract StopBuilds : 
        builds:IBuildDetail[] -> unit
function StopBuilds(
    builds : IBuildDetail[]
)

Parameters

Remarks

If a build is not currently in progress then no attempt is made to stop the build and no exception is thrown. Builds which no longer exist on the server cause an exception to be thrown.

.NET Framework Security

See Also

Reference

IBuildServer Interface

StopBuilds Overload

Microsoft.TeamFoundation.Build.Client Namespace