Process.SendSignal(Int32, Signal) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Send a signal to the given process.
[Android.Runtime.Register("sendSignal", "(II)V", "")]
public static void SendSignal (int pid, Android.OS.Signal signal);
[<Android.Runtime.Register("sendSignal", "(II)V", "")>]
static member SendSignal : int * Android.OS.Signal -> unit
Parameters
- pid
- Int32
The pid of the target process.
- signal
- Signal
The signal to send.
- Attributes
Remarks
Send a signal to the given process.
Java documentation for android.os.Process.sendSignal(int, int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.