Cancels the TimerTask and removes it from the Timer's queue.
Syntax
[Android.Runtime.Register("cancel", "()Z", "GetCancelHandler")] public virtual boolCancel ()
Returns
Documentation for this section has not yet been entered.
Remarks
Cancels the TimerTask and removes it from the Timer's queue. Generally, it
returns false if the call did not prevent a TimerTask from running at
least once. Subsequent calls have no effect.