Share via


ITeamProjectCollectionServicing.QueueDeleteProject, méthode

Associe un projet en file d'attente d'être supprimé.

Espace de noms :  Microsoft.TeamFoundation.Framework.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Function QueueDeleteProject ( _
    collectionId As Guid, _
    projectUri As String, _
    servicingTokens As IDictionary(Of String, String) _
) As ServicingJobDetail
ServicingJobDetail QueueDeleteProject(
    Guid collectionId,
    string projectUri,
    IDictionary<string, string> servicingTokens
)

Paramètres

  • collectionId
    Type : System.Guid
    La collection de projets d'équipe contenant le projet.
  • projectUri
    Type : System.String
    Le projet doit être supprimé.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Client.ServicingJobDetail
Retourne le résultat de tâche de service qui contient le travail et héberge l'ID

Sécurité .NET Framework

Voir aussi

Référence

ITeamProjectCollectionServicing Interface

Microsoft.TeamFoundation.Framework.Client, espace de noms