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
- timeout
- Type:
System TimeSpan
The time to wait.
Return Value
Type:
true if the current instance receives a signal; otherwise, false.
See Also