Blocks the current thread until the current System.Threading.WaitHandle receives
a signal.
Namespace: RTX.ThreadingAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
Parameters
- millisecondsTimeout
- Type:
System Int32
The number of milliseconds to wait, or System.Threading.Timeout.Infinite (-1) to wait indefinitely.
Return Value
Type:
true if the current instance receives a signal; otherwise, false.
See Also