Blocks the current thread until the curent instance has a non-zero
UnixSignal.Count or the timeout expires.
Syntax
public override
bool WaitOne (
int millisecondsTimeout,
bool exitContext)
Parameters
- millisecondsTimeout
-
A int containing the maximum number of
milliseconds the current thread should block before returning.
- exitContext
-
This parameter must be false.
Returns
Returns true when the current instance receives a
signal, otherwise false is returned if the
timeout is exceeded.
Exceptions
Remarks
Requirements
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0