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

◆ reset()

bool xtd::threading::event_wait_handle::reset ( )

Sets the state of the event to nonsignaled, causing threads to block.

Returns
true if the operation succeeds; otherwise, false.
Exceptions
xtd::object_closed_exceptionThe xtd::threading::wait_handle::close() method was previously called on this xtd::threading::event_wait_handle.