Freigeben über


IBuildServer.BeginQueryQueuedBuilds-Methode

Startet einen asynchronen Vorgang, um die Buildwarteschlange abzufragen.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Function BeginQueryQueuedBuilds ( _
    specs As IQueuedBuildSpec(), _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryQueuedBuilds(
    IQueuedBuildSpec[] specs,
    AsyncCallback callback,
    Object state
)

Parameter

Rückgabewert

Typ: System.IAsyncResult
Der asynchrone Vorgang

.NET Framework-Sicherheit

Siehe auch

Referenz

IBuildServer Schnittstelle

Microsoft.TeamFoundation.Build.Client-Namespace