Blocks the current thread until one of the Mono.Unix.UnixSignal instances within signals has a non-zero UnixSignal.Count.
- signals
- A Mono.Unix.UnixSignal array containing the Mono.Unix.UnixSignal instances to wait on.
Returns a int set to the index of the element in signals that received a signal.
Type Reason ArgumentNullException signals is null. InvalidOperationException One of the Mono.Unix.UnixSignal instances within signals was disposed.
This method is equivalent to calling UnixSignal.WaitAny(signals, -1).
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0