ITestRunHelper.Delete Method
Deletes each test-run object in the provided list from the server.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub Delete ( _
runs As IEnumerable(Of ITestRun) _
)
void Delete(
IEnumerable<ITestRun> runs
)
void Delete(
IEnumerable<ITestRun^>^ runs
)
abstract Delete :
runs:IEnumerable<ITestRun> -> unit
function Delete(
runs : IEnumerable<ITestRun>
)
Parameters
runs
Type: IEnumerable<ITestRun>A list of test-run objects.
.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.