Sdílet prostřednictvím


IBuildServer.BeginQueryBuildsByUri – metoda

Načtení sestavení, které odpovídají danému identifikátory URI.

Obor názvů:  Microsoft.TeamFoundation.Build.Client
Sestavení:  Microsoft.TeamFoundation.Build.Client (v Microsoft.TeamFoundation.Build.Client.dll)

Syntaxe

'Deklarace
Function BeginQueryBuildsByUri ( _
    buildUris As Uri(), _
    informationTypes As String(), _
    queryOptions As QueryOptions, _
    queryDeletedOption As QueryDeletedOption, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuildsByUri(
    Uri[] buildUris,
    string[] informationTypes,
    QueryOptions queryOptions,
    QueryDeletedOption queryDeletedOption,
    AsyncCallback callback,
    Object state
)

Parametry

  • informationTypes
    Typ: array<System.String[]
    Typy informací, které mají být načteny.Platné typy zahrnují "*", znamená, že všechny typy a členové Microsoft.TeamFoundation.Build.Common.InformationTypes.
  • callback
    Typ: System.AsyncCallback
    System.AsyncCallback Delegát, který obdrží oznámení dokončení operace.
  • state
    Typ: System.Object
    Objekt určených volajícím, obsahující informace o stavu přidruženého asynchronní operace.

Vrácená hodnota

Typ: System.IAsyncResult
Asynchronní operace

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IBuildServer Rozhraní

Microsoft.TeamFoundation.Build.Client – obor názvů