Java.Util.TimerTask Class
The TimerTask class represents a task to run at a specified time.

See Also: TimerTask Members

Syntax

[Android.Runtime.Register("java/util/TimerTask", DoNotGenerateAcw=true)]
public abstract class TimerTask : Java.Lang.Object, Java.Lang.IRunnable, IDisposable

Remarks

The TimerTask class represents a task to run at a specified time. The task may be run once or repeatedly.

See Also

[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