VCProjectEngine2.WaitForMultipleTasks(UInt32, Array) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int WaitForMultipleTasks(System::UInt32 timeout, Array ^ saTasks);
[System.Runtime.InteropServices.DispId(1610809344)]
public int WaitForMultipleTasks (uint timeout, Array saTasks);
[<System.Runtime.InteropServices.DispId(1610809344)>]
abstract member WaitForMultipleTasks : uint32 * Array -> int
Public Function WaitForMultipleTasks (timeout As UInteger, saTasks As Array) As Integer
Parameters
- timeout
- UInt32
- saTasks
- Array
Returns
- Attributes