Mono Class Library: Mono.Unix.UnixMarshal Overview | MembersMono.Unix.UnixMarshal.ShouldRetrySyscall Overloads |
The overloads of ShouldRetrySyscall are listed below. For a list of all members, see the UnixMarshal Members list.
staticShouldRetrySyscall(int) : bool Returns a bool indicating whether a system call should be retried. staticShouldRetrySyscall(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.