IBuildServer.BeginQueryBuildDefinitionsByUri Method

Begins an asynchronous operation to query build definitions by uniform resource identifier.

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

Syntax

'Declaration
Function BeginQueryBuildDefinitionsByUri ( _
    uris As Uri(), _
    propertyNameFilters As String(), _
    options As QueryOptions, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuildDefinitionsByUri(
    Uri[] uris,
    string[] propertyNameFilters,
    QueryOptions options,
    AsyncCallback callback,
    Object state
)
IAsyncResult^ BeginQueryBuildDefinitionsByUri(
    array<Uri^>^ uris, 
    array<String^>^ propertyNameFilters, 
    QueryOptions options, 
    AsyncCallback^ callback, 
    Object^ state
)
abstract BeginQueryBuildDefinitionsByUri : 
        uris:Uri[] * 
        propertyNameFilters:string[] * 
        options:QueryOptions * 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult
function BeginQueryBuildDefinitionsByUri(
    uris : Uri[], 
    propertyNameFilters : String[], 
    options : QueryOptions, 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parameters

  • uris
    Type: array<System.Uri[]

    The build definition URIs

  • propertyNameFilters
    Type: array<System.String[]

    An optional array of property names to query

  • callback
    Type: System.AsyncCallback

    The System.AsyncCallback delegate that receives notification that the operation is finished.

  • state
    Type: System.Object

    An object, specified by the caller, that contains state information associated with the asynchronous operation.

Return Value

Type: System.IAsyncResult
The asynchronous operation

.NET Framework Security

See Also

Reference

IBuildServer Interface

Microsoft.TeamFoundation.Build.Client Namespace