|
strong |
Indicates whether an xtd::threading::event_wait_handle is reset automatically or manually after receiving a signal.
Enumerator | |
---|---|
auto_reset | When signaled, the xtd::threading::event_wait_handle resets automatically after releasing a single thread. If no threads are waiting, the xtd::threading::event_wait_handle remains signaled until a thread blocks, and resets after releasing the thread. |
manual_reset | When signaled, the xtd::threading::event_wait_handle releases all waiting threads and remains signaled until it is manually reset. |