Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the jobs that have the specified job definitions.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteJobs ( _
jobs As IEnumerable(Of TeamFoundationJobDefinition) _
)
void DeleteJobs(
IEnumerable<TeamFoundationJobDefinition> jobs
)
void DeleteJobs(
IEnumerable<TeamFoundationJobDefinition^>^ jobs
)
abstract DeleteJobs :
jobs:IEnumerable<TeamFoundationJobDefinition> -> unit
function DeleteJobs(
jobs : IEnumerable<TeamFoundationJobDefinition>
)
Parameters
jobs
Type: System.Collections.Generic.IEnumerable<TeamFoundationJobDefinition>An enumerable collection of job definitions of the jobs to delete.
.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.