xtd
0.2.0
Loading...
Searching...
No Matches
◆
wait()
bool xtd::threading::mutex::wait
(
int32
milliseconds_timeout
)
override
protected
virtual
wait ownership of the specified mutex object.
Parameters
handle
A valid handle to an open object.
milliseconds_timeout
The number of milliseconds to wait, or -1 to wait indefinitely.
Returns
true if the current instance receives a signal; otherwise, false.
Remarks
If milliseconds_timeout is zero, the method does not block. It tests the state of the wait handle and returns immediately.
Override this function for all derived object
Implements
xtd::threading::wait_handle
.
xtd
threading
mutex
Generated on Sat Sep 14 2024 21:25:32 for xtd by
Gammasoft
. All rights reserved.