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.
Queries the build queue by ID.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Function QueryQueuedBuildsById ( _
requestContext As TeamFoundationRequestContext, _
ids As IList(Of Integer), _
informationTypes As IList(Of String), _
options As QueryOptions _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryQueuedBuildsById(
TeamFoundationRequestContext requestContext,
IList<int> ids,
IList<string> informationTypes,
QueryOptions options
)
public:
TeamFoundationDataReader^ QueryQueuedBuildsById(
TeamFoundationRequestContext^ requestContext,
IList<int>^ ids,
IList<String^>^ informationTypes,
QueryOptions options
)
member QueryQueuedBuildsById :
requestContext:TeamFoundationRequestContext *
ids:IList<int> *
informationTypes:IList<string> *
options:QueryOptions -> TeamFoundationDataReader
public function QueryQueuedBuildsById(
requestContext : TeamFoundationRequestContext,
ids : IList<int>,
informationTypes : IList<String>,
options : QueryOptions
) : TeamFoundationDataReader
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context.
ids
Type: System.Collections.Generic.IList<Int32>The IDs of the queued builds that should be queried.
- informationTypes
Type: System.Collections.Generic.IList<String>
options
Type: Microsoft.TeamFoundation.Build.Server.QueryOptionsUsed to control the amount of data returned.
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
The queued builds matching the input IDs and any supporting objects.
.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.