[Mono-list] How to work with Mono.Unix.Signalhandler

Jörg Rosenkranz joergr@voelcker.com
Wed, 27 Apr 2005 16:15:34 +0200


Hi Andreas,

> -----Original Message-----
> From: mono-list-admin@lists.ximian.com =
[mailto:mono-list-admin@lists.ximian.com] On Behalf Of Andreas Sliwka
> Sent: Wednesday, April 27, 2005 2:49 PM
> 
> I recently tried to compile tomboy 0.3.2 and found that my mono 1.1.4 =
installation did not like the calls to Mono.Posix. So I tried to replace them with calls to Mono.Unix. 
> My problem is that I dont find any documentation about =
Mono.Unix.SignalHandler.

You can use mono-service as reference: 
http://svn.myrealbox.com/viewcvs/trunk/mcs/tools/mono-service/mono-servic=
e.cs?rev=42819&view=markup

It uses signal handlers for controlling the service.

Joerg.