Partager via


IBuildServer.BeginQueryBuilds, méthode

Commence une opération asynchrone pour interroger des builds à un tableau de fonctionnalités.

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

Syntaxe

'Déclaration
Function BeginQueryBuilds ( _
    specs As IBuildDetailSpec(), _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuilds(
    IBuildDetailSpec[] specs,
    AsyncCallback callback,
    Object state
)

Paramètres

  • callback
    Type : System.AsyncCallback
    Le délégué d'System.AsyncCallback qui reçoit une notification lorsque l'opération est terminée.
  • state
    Type : System.Object
    Un objet, spécifié par l'appelant, qui contient les informations d'état associées à l'opération asynchrone.

Valeur de retour

Type : System.IAsyncResult
L'opération asynchrone

Sécurité .NET Framework

Voir aussi

Référence

IBuildServer Interface

Microsoft.TeamFoundation.Build.Client, espace de noms