TeamFoundationJobService.DeleteJobs, méthode (IEnumerable<Guid>)
Supprime le travail spécifiés.
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub DeleteJobs ( _
jobIds As IEnumerable(Of Guid) _
)
public void DeleteJobs(
IEnumerable<Guid> jobIds
)
Paramètres
- jobIds
Type : System.Collections.Generic.IEnumerable<Guid>
Une collection énumérable d'objets d' Guid qui identifient les travaux de supprimer.
Implémentations
ITeamFoundationJobService.DeleteJobs(IEnumerable<Guid>)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.