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 queued builds by ID. The output list will be the same size as the input list that has NULL indexes corresponding to non-existent entries.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function QueryBuildQueueById ( _
ids As Integer(), _
options As QueryOptions2010 _
) As BuildQueueQueryResult2008
[WebMethodAttribute]
public BuildQueueQueryResult2008 QueryBuildQueueById(
int[] ids,
QueryOptions2010 options
)
[WebMethodAttribute]
public:
BuildQueueQueryResult2008^ QueryBuildQueueById(
array<int>^ ids,
QueryOptions2010 options
)
[<WebMethodAttribute>]
member QueryBuildQueueById :
ids:int[] *
options:QueryOptions2010 -> BuildQueueQueryResult2008
public function QueryBuildQueueById(
ids : int[],
options : QueryOptions2010
) : BuildQueueQueryResult2008
Parameters
ids
Type: array<System.Int32[]The IDs that should be queried.
Return Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.BuildQueueQueryResult2008
A list of QueuedBuild 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace