Hi,

In that case, you want the kill () function, which is also provided by
Mono.Posix.

Regards,
Alex

On Mon, Feb 29, 2016 at 2:18 PM, techi eth <techi...@gmail.com> wrote:
> 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 <mig...@xamarin.com> 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 <techi...@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> What is the way by which one process can send Unix Signal to another
>>> process.
>>>
>>> Thanks
>>>
>>> Techi
>>>
>>>
>>> _______________________________________________
>>> Mono-devel-list mailing list
>>> Mono-devel-list@lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to