IQueuedBuild.WaitForBuildStart Method
Blocks the build from starting by using the default polling interval of five seconds and an infinite time-out. When this method exits, the Build property will not be null.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub WaitForBuildStart
void WaitForBuildStart()
void WaitForBuildStart()
abstract WaitForBuildStart : unit -> unit
function WaitForBuildStart()
.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.