what is manual reset event and auto reset


What is Manual Reset Event and Auto Reset Event?

The Threads that call one of the wait methods of a synchronization event should wait until other thread signals the event by calling the Set method. There are 2  synchronization  event classes. The Threads set the status of ManualResetEvent instances to signaled using the Set method. The Threads set the status of ManualResetEvent instances to no signaled by using the Reset method or when control returns to  waiting WaitOne call. Instances of the AutoResetEvent class can  be set to signaled using Set, but they automatically return to nonsignaled as fast  as waiting thread is notified that the event became signaled.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is manual reset event and auto reset
Reference No:- TGS0161204

Expected delivery within 24 Hours