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

Mono.Unix.UnixMarshal.ShouldRetrySyscall Overloads

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

Public Methods

static
ShouldRetrySyscall(int) : bool
Returns a bool indicating whether a system call should be retried.
static
ShouldRetrySyscall(int, out Mono.Unix.Native.Errno) : bool
Returns a bool indicating whether a system call should be retried, saving the last error value for later processing.