
What is the purpose of AutoResetEvent in .NET?AutoResetEvent
is a synchronization class provided by .NET. It belongs to System.Threading
namespace. Signaling
is done using the following means: You
can call Set method to set status of its instance to signaled Note that
unlike ManualResetEvent, the reset of status from signaled to nonsignaled
happens automatically in AutoResetEvent.
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |