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.
でスケジュールされた何かを待つ最良の方法は何ISchedulerですか?
IScheduler
scheduler.Schedule(() => Thread.Sleep(2000)); // wait for call to finish
で解決しましたObservable.Start().FirstOrDefault()
Observable.Start().FirstOrDefault()