This documentation is archived and is not being maintained.
IBuildServer::BeginQueryBuildsByUri Method
Visual Studio 2013
Gets the builds that match the given URIs.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
IAsyncResult^ BeginQueryBuildsByUri( array<Uri^>^ buildUris, array<String^>^ informationTypes, QueryOptions queryOptions, QueryDeletedOption queryDeletedOption, AsyncCallback^ callback, Object^ state )
Parameters
- buildUris
- Type: array<System::Uri>
- informationTypes
- Type: array<System::String>
The information types which should be retrieved. Valid types include "*", meaning all types, and the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.
- queryOptions
- Type: Microsoft.TeamFoundation.Build.Client::QueryOptions
The query options.
- queryDeletedOption
- Type: Microsoft.TeamFoundation.Build.Client::QueryDeletedOption
Specify whether to include deleted builds in the query.
- callback
- Type: System::AsyncCallback
The System.AsyncCallback delegate that receives notification that the operation is finished.
- state
- Type: System::Object
An object, specified by the caller, that contains state information associated with the asynchronous operation.
- 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.
Show: