The methods of Mono.Unix.UnixSignal are listed below. For a list of all members, see the UnixSignal Members list.
See Also: Inherited members from System.Threading.WaitHandle
Reset() : bool Clears the UnixSignal.Count property; the return value specifies whether or not UnixSignal.Count was not equal to 0 before it was cleared. 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. 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.