xtd 0.2.0
Loading...
Searching...
No Matches

◆ event_wait_handle() [1/8]

xtd::threading::event_wait_handle::event_wait_handle ( bool  initial_state)
explicit

Initializes a new instance of the xtd::threading::event_wait_handle class, specifying whether the wait handle is initially signaled.

Parameters
initial_statetrue to set the initial state to signaled; false to set it to nonsignaled.
Remarks
The mode is set to xtd::threading::event_reset_mode::auto_reset and the name is empty string ("").