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.
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)
Syntax
'Declaration
Function WaitForBuildStart ( _
pollingInterval As Integer, _
timeout As Integer _
) As Boolean
bool WaitForBuildStart(
int pollingInterval,
int timeout
)
bool WaitForBuildStart(
int pollingInterval,
int timeout
)
abstract WaitForBuildStart :
pollingInterval:int *
timeout:int -> bool
function WaitForBuildStart(
pollingInterval : int,
timeout : int
) : boolean
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 within the timeout interval. False otherwise.
.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.