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

Mono.Unix.UnixSignal.Count Property

The number of times the UnixSignal.Signum signal has been emitted since construction or the last call to UnixSignal.Reset. [Edit]

public int Count { set; get; }

Value

A int containing the number of the of times the UnixSignal.Signum signal has been emitted. [Edit]

Exceptions

TypeReason
ObjectDisposedException The current instance has already been disposed. [Edit]

Remarks

To clear the count, either assign 0 to the UnixSignal.Count property or use UnixSignal.Reset. [Edit]

Requirements

Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0