Enquire Now

Tags: countdownevent

In the .Net framework a CountdownEvent is an object that represents a thread synchronization primitive that is signaled when its count reaches zero. It can be used to synchronize returning threads.

0 Questions