
What is the purpose of ManualResetEvent in .NET?.NET supports
two synchronization classes namely ManualResetEvent and AutoResetEvent.
ManualResetEvent belongs to System.Threading namespace. This class establishes
communication within threads. This communication is achieved by signaling.
Signaling
is done using the following means: You
can call Set method to set status of its instance to signaled.
_______________________________________________________________________
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 ______________________________________________________ |