Mono Class Library: Mono.Unix.UnixSignal Overview | Members

Mono.Unix.UnixSignal.WaitOne Overloads

The overloads of WaitOne are listed below. For a list of all members, see the UnixSignal Members list.

Public Methods

override
WaitOne() : bool
Blocks the current thread until the curent instance has a non-zero UnixSignal.Count.
override
WaitOne(int, bool) : bool
Blocks the current thread until the curent instance has a non-zero UnixSignal.Count or the timeout expires.
override
WaitOne(TimeSpan, bool) : bool
Blocks the current thread until the curent instance has a non-zero UnixSignal.Count or the timeout expires.