Java.Util.Timer.Cancel Method
Cancels the Timer and all scheduled tasks.

Syntax

[Android.Runtime.Register("cancel", "()V", "GetCancelHandler")]
public virtual void Cancel ()

Remarks

Cancels the Timer and all scheduled tasks. If there is a currently running task it is not affected. No more tasks may be scheduled on this Timer. Subsequent calls do nothing.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1