TeamFoundationJobService.DeleteJobs Method (IEnumerable<Guid>)
Deletes the specified jobs.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub DeleteJobs ( _
jobIds As IEnumerable(Of Guid) _
)
public void DeleteJobs(
IEnumerable<Guid> jobIds
)
public:
virtual void DeleteJobs(
IEnumerable<Guid>^ jobIds
) sealed
abstract DeleteJobs :
jobIds:IEnumerable<Guid> -> unit
override DeleteJobs :
jobIds:IEnumerable<Guid> -> unit
public final function DeleteJobs(
jobIds : IEnumerable<Guid>
)
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>)
.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.