Sunday, February 13, 2005

AutoResetEvent Class

The AutoResetEvent class behaves exactly the same as its ManualResetEvent counterpart, except that the call to WaitOne() will (as its name implies) automatically reset the state of the AutoResetEvent object (making it non-signaled – false)

0 Comments:

Post a Comment

<< Home