This documentation is archived and is not being maintained.

IBuildServer.BeginQueryQueuedBuilds Method

Begins an asynchronous operation to query the build queue.

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

function BeginQueryQueuedBuilds(
	specs : IQueuedBuildSpec[], 
	callback : AsyncCallback, 
	state : Object
) : IAsyncResult

Parameters

specs
Type: Microsoft.TeamFoundation.Build.Client.IQueuedBuildSpec[]

The build queue query specifications

callback
Type: System.AsyncCallback
state
Type: System.Object

Return Value

Type: System.IAsyncResult
The asynchronous operation

Show: