[Mono-list] SIGKILL/SIGTERM handling

Marcus mathpup@mylinuxisp.com
Sun, 9 Mar 2003 17:10:32 -0600


On Sunday 09 March 2003 04:19 pm, Jerome Laban wrote:
> Hi,
>
>     Did anyone had to intercept SIGKILL/SIGTERM from a C# application ? I'm
> trying to cleanly terminate application, but adding a new handler for these
> two signals in C does not seem to be enough...

AFAIK, it's not possible to intercept SIGKILL.