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.
C#で ofをreset押した後、複数のセットをクリアするために呼び出す必要がありますか?WaitOne();AutoResetEvent
reset
WaitOne();
AutoResetEvent
AutoResetEventWaitOne()カウンターはありません。設定/未設定の状態だけなので、イベントが複数回設定されていても、呼び出しが返された後に特別なことをする必要はありません。
WaitOne()