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
'Declaration
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
jobIds
Type: System.Collections.Generic.IEnumerable<Guid>An enumerable collection of GUIDs 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.