BuildControllerWebService.RemoveRun Method
Delete the test data from the database.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function RemoveRun ( _
buildUri As String, _
runId As Guid _
) As Boolean
[WebMethodAttribute]
public bool RemoveRun(
string buildUri,
Guid runId
)
[WebMethodAttribute]
public:
bool RemoveRun(
String^ buildUri,
Guid runId
)
[<WebMethodAttribute>]
member RemoveRun :
buildUri:string *
runId:Guid -> bool
public function RemoveRun(
buildUri : String,
runId : Guid
) : boolean
Parameters
- buildUri
Type: System.String
- runId
Type: System.Guid
Return Value
Type: System.Boolean
.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.
See Also
Reference
BuildControllerWebService Class
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace