Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Begins an asynchronous operation to query builds using an array of specifications.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function BeginQueryBuilds ( _
specs As IBuildDetailSpec(), _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
IAsyncResult BeginQueryBuilds(
IBuildDetailSpec[] specs,
AsyncCallback callback,
Object state
)
IAsyncResult^ BeginQueryBuilds(
array<IBuildDetailSpec^>^ specs,
AsyncCallback^ callback,
Object^ state
)
abstract BeginQueryBuilds :
specs:IBuildDetailSpec[] *
callback:AsyncCallback *
state:Object -> IAsyncResult
function BeginQueryBuilds(
specs : IBuildDetailSpec[],
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parameters
specs
Type: array<Microsoft.TeamFoundation.Build.Client.IBuildDetailSpec[]The build query specifications
callback
Type: System.AsyncCallbackThe System.AsyncCallback delegate that receives notification that the operation is finished.
state
Type: System.ObjectAn 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
- 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.