This documentation is archived and is not being maintained.
IBuildServer::EndQueryBuildDefinitionsByUri Method
Visual Studio 2013
Ends an asynchronous operation to query build definitions.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- result
- Type: System::IAsyncResult
The asynchronous operation
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>The matching build definitions. For unmatched URIs, the corresponding indices will be null
- 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: