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

Mono.Unix.UnixSignal.WaitAny Overloads

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

Public Methods

static
WaitAny(UnixSignal[]) : int
Blocks the current thread until one of the Mono.Unix.UnixSignal instances within signals has a non-zero UnixSignal.Count.
static
WaitAny(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.
static
WaitAny(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.