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

#include <thread>

std::this_thread::sleep_for(std::chrono::milliseconds(60*100));
有帮助吗?

解决方案

System::Threading::Thread::Sleep(n);
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top