This documentation is archived and is not being maintained.

IQueuedBuild::WaitForBuildStart Method (Int32, Int32)

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)

bool WaitForBuildStart(
	int pollingInterval, 
	int timeout
)

Parameters

pollingInterval
Type: System::Int32

The polling interval, in milliseconds.

timeout
Type: System::Int32

The time-out interval, in milliseconds.

Return Value

Type: System::Boolean
True if the build was started in the time-out interval. False otherwise.

Show: