This documentation is archived and is not being maintained.
IQueuedBuild::WaitForBuildStart Method (Int32, Int32)
Visual Studio 2013
Blocks the build from starting by using the specified polling interval and time-out.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- pollingInterval
- Type: System::Int32
The polling interval, in milliseconds.
- timeout
- Type: System::Int32
The time-out interval, in milliseconds.
Return Value
Type: System::BooleanTrue if the build was started in the time-out interval. False otherwise.
- 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: