Partager via


ITeamFoundationJobService.QueueJobsNow, méthode (IEnumerable<Guid>, Boolean)

Décrit les travaux spécifiés dans la file d'attente et les démarre immédiatement.

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

Syntaxe

'Déclaration
Function QueueJobsNow ( _
    jobIds As IEnumerable(Of Guid), _
    highPriority As Boolean _
) As Integer
int QueueJobsNow(
    IEnumerable<Guid> jobIds,
    bool highPriority
)

Paramètres

  • highPriority
    Type : System.Boolean
    True pour signaler le travail spécifiés comme priorité élevée ; false pour spécifier comme priorité normale.

Valeur de retour

Type : System.Int32
Nombre de travail qui ont été correctement mis en file d'attente.

Sécurité .NET Framework

Voir aussi

Référence

ITeamFoundationJobService Interface

QueueJobsNow, surcharge

Microsoft.TeamFoundation.Framework.Client, espace de noms