Mono Class Library: Mono.Unix.UnixSignal Overview | MembersMono.Unix.UnixSignal.WaitAny Overloads |
The overloads of WaitAny are listed below. For a list of all members, see the UnixSignal Members list.
staticWaitAny(UnixSignal[]) : int Blocks the current thread until one of the Mono.Unix.UnixSignal instances within signals has a non-zero UnixSignal.Count. staticWaitAny(UnixSignal[], int) : int Blocks the current thread until one of the Mono.Unix.UnixSignal instances within signals has a non-zero UnixSignal.Count or the timeout expires. staticWaitAny(UnixSignal[], TimeSpan) : int Blocks the current thread until one of the Mono.Unix.UnixSignal instances within signals has a non-zero UnixSignal.Count or the timeout expires.