Mono Class Library: Mono.Unix.UnixSignal Overview | MembersMono.Unix.UnixSignal.WaitOne Overloads |
The overloads of WaitOne are listed below. For a list of all members, see the UnixSignal Members list.
overrideWaitOne() : bool Blocks the current thread until the curent instance has a non-zero UnixSignal.Count. overrideWaitOne(int, bool) : bool Blocks the current thread until the curent instance has a non-zero UnixSignal.Count or the timeout expires. overrideWaitOne(TimeSpan, bool) : bool Blocks the current thread until the curent instance has a non-zero UnixSignal.Count or the timeout expires.