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
- specs
 Type: array<Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec[]
- strict
 Type: System.Boolean
- callback
 Type: System.AsyncCallback
- state
 Type: System.Object
Return Value
Type: System.IAsyncResult
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.