This documentation is archived and is not being maintained.

ITeamFoundationJobService.DeleteJobs Method (IEnumerable(TeamFoundationJobDefinition))

Deletes the jobs that have the specified job definitions.

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

abstract DeleteJobs : 
        jobs:IEnumerable<TeamFoundationJobDefinition> -> unit

Parameters

jobs
Type: System.Collections.Generic.IEnumerable(TeamFoundationJobDefinition)

An enumerable collection of job definitions of the jobs to delete.

Show: