The members of Java.Util.Timer are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Cancel()Cancels the Timer and all scheduled tasks. | ||
Purge()Removes all canceled tasks from the task queue. | ||
Schedule(TimerTask, Date)Schedule a task for single execution. | ||
Schedule(TimerTask, long)Schedule a task for single execution after a specified delay. | ||
Schedule(TimerTask, Date, long)Schedule a task for repeated fixed-delay execution after a specific time has been reached. | ||
Schedule(TimerTask, long, long)Schedule a task for repeated fixed-delay execution after a specific delay. | ||
ScheduleAtFixedRate(TimerTask, Date, long)Schedule a task for repeated fixed-rate execution after a specific time has been reached. | ||
ScheduleAtFixedRate(TimerTask, long, long)Schedule a task for repeated fixed-rate execution after a specific delay has passed. |