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)

IAsyncResult^ BeginQueryQueuedBuilds(
	array<IQueuedBuildSpec^>^ specs, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

specs
Type: array<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: