This documentation is archived and is not being maintained.

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)

abstract BeginQueryBuildDefinitionsByUri : 
        uris:Uri[] * 
        propertyNameFilters:string[] * 
        options:QueryOptions * 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult

Parameters

uris
Type: System.Uri[]

The build definition URIs

propertyNameFilters
Type: System.String[]

An optional array of property names to query

options
Type: Microsoft.TeamFoundation.Build.Client.QueryOptions

The options to use when querying for data

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

Show: