Mono Class Library: Mono.Unix.Native.Stdlib Overview | Members

Mono.Unix.Native.Stdlib.raise Method

Send a realtime signal to the current process. [Edit]

public static int raise (RealTimeSignum rts)

Parameters

rts
A realtime signal to send to the current process. [Edit]

Returns

The raise() function returns the value 0 if successful; otherwise the value -1 is returned and Stdlib.GetLastError indicates the error. [Edit]

Remarks

The raise() function sends the signal sig to the current process. [Edit]

Requirements

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