Question

How do I replace the following in a CLR project, please?

#include <thread>

std::this_thread::sleep_for(std::chrono::milliseconds(60*100));
Was it helpful?

Solution

System::Threading::Thread::Sleep(n);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top