IQueuedBuild.WaitForBuildStart Method
Include Protected Members
Include Inherited Members
Blocks the build from starting.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
WaitForBuildStart() | 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. | |
WaitForBuildStart(Int32, Int32) | Blocks the build from starting by using the specified polling interval and time-out. |
Top