Share via


BuildControllerWebService.StopBuild Method

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Function StopBuild ( _
    buildUri As String, _
    <OutAttribute> ByRef failureMessage As String _
) As Boolean
[WebMethodAttribute]
public bool StopBuild(
    string buildUri,
    out string failureMessage
)
[WebMethodAttribute]
public:
bool StopBuild(
    String^ buildUri, 
    [OutAttribute] String^% failureMessage
)
[<WebMethodAttribute>]
member StopBuild : 
        buildUri:string * 
        failureMessage:string byref -> bool 
public function StopBuild(
    buildUri : String, 
    failureMessage : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

BuildControllerWebService Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace