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

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

Syntax

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

Parameters

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

IBuildServer Interface

BeginQueryBuildDefinitions Overload

Microsoft.TeamFoundation.Build.Client Namespace