[DllImport("kernel32.dll")]
static extern uint WaitForMultipleObjects(uint nCount, IntPtr [] lpHandles,
bool bWaitAll, uint dwMilliseconds);
None.
None.
Please add some!
Please add some!
System.Threading.WaitHandle.WaitAny or WaitAll
But since you are here you probably are having issues with that like me :P