This documentation is archived and is not being maintained.

TeamFoundationJobService::DeleteJobs Method (IEnumerable<Guid>)

Deletes the specified jobs.

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

public:
virtual void DeleteJobs(
	IEnumerable<Guid>^ jobIds
) sealed

Parameters

jobIds
Type: System.Collections.Generic::IEnumerable<Guid>

An enumerable collection of Guid objects that identify the jobs to delete.

Implements

ITeamFoundationJobService::DeleteJobs(IEnumerable<Guid>)

Show: