Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードをエミュレートしたいと思います:
Task t = Task.Factory.StartNew(...) t.Wait()
この質問によると、タスクはアパートメントの状態を設定できません。アパートメントの状態はスレッドを使用して設定できますが、タスクの待機機能が必要です。スレッドを使用して Wait() 関数をエミュレートする方法はありますか?