Requests the receiver Thread to stop and throw ThreadDeath.
Syntax
[Android.Runtime.Register("stop", "()V", "")] [System.Obsolete("deprecated")] public voidStop ()
Remarks
Requests the receiver Thread to stop and throw ThreadDeath. The Thread is
resumed if it was suspended and awakened if it was sleeping, so that it
can proceed to throw ThreadDeath.