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 the build queue.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function BeginQueryQueuedBuilds ( _
specs As IQueuedBuildSpec(), _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
IAsyncResult BeginQueryQueuedBuilds(
IQueuedBuildSpec[] specs,
AsyncCallback callback,
Object state
)
IAsyncResult^ BeginQueryQueuedBuilds(
array<IQueuedBuildSpec^>^ specs,
AsyncCallback^ callback,
Object^ state
)
abstract BeginQueryQueuedBuilds :
specs:IQueuedBuildSpec[] *
callback:AsyncCallback *
state:Object -> IAsyncResult
function BeginQueryQueuedBuilds(
specs : IQueuedBuildSpec[],
callback : AsyncCallback,
state : Object
) : IAsyncResult
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
.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.