ITeamFoundationJobService.DeleteJobs Method (IEnumerable<Guid>)

Deletes the jobs that have the specified job IDs.

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

Syntax

‘선언
Sub DeleteJobs ( _
    jobIds As IEnumerable(Of Guid) _
)
void DeleteJobs(
    IEnumerable<Guid> jobIds
)
void DeleteJobs(
    IEnumerable<Guid>^ jobIds
)
abstract DeleteJobs : 
        jobIds:IEnumerable<Guid> -> unit 
function DeleteJobs(
    jobIds : IEnumerable<Guid>
)

Parameters

.NET Framework Security

See Also

Reference

ITeamFoundationJobService Interface

DeleteJobs Overload

Microsoft.TeamFoundation.Framework.Client Namespace