Thanks for quick hint.
We can receive signal by using signal handler using Mono.Unix.Native.Stdlib.
signal.
I am trying to check possibility of sending signal from one process to
another.

Example : If i have two process (P1 & P2) & P1 want to send SIGTERM to P2.

On Mon, Feb 29, 2016 at 1:11 PM, Miguel de Icaza <[email protected]> wrote:

> You call the "signal" API.
>
> Mono wraps that conveniently for you in the Mono.Posix assembly:
>
> Mono.Unix.Native.Stdlib.signal
>
>
> Miguel
>
> On Mon, Feb 29, 2016 at 7:45 AM, techi eth <[email protected]> wrote:
>
>> Hi,
>>
>> What is the way by which one process can send Unix Signal to another
>> process.
>>
>> Thanks
>>
>> Techi
>>
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to