IBuildServer.BeginQueryBuildDefinitions Method (array<IBuildDefinitionSpec , AsyncCallback, Object)

Gets the build definition query results for a given array of build definition specifications.

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

Syntax

'Declaration
Function BeginQueryBuildDefinitions ( _
    specs As IBuildDefinitionSpec(), _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuildDefinitions(
    IBuildDefinitionSpec[] specs,
    AsyncCallback callback,
    Object state
)
IAsyncResult^ BeginQueryBuildDefinitions(
    array<IBuildDefinitionSpec^>^ specs, 
    AsyncCallback^ callback, 
    Object^ state
)
abstract BeginQueryBuildDefinitions : 
        specs:IBuildDefinitionSpec[] * 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult
function BeginQueryBuildDefinitions(
    specs : IBuildDefinitionSpec[], 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parameters

  • 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

BeginQueryBuildDefinitions Overload

Microsoft.TeamFoundation.Build.Client Namespace