IWindowTimers Interface
IWindowTimers interface
Allows authors to schedule timer-based callbacks.
public interface IWindowTimers
Methods
| Name | Description |
|---|---|
| clearInterval(int) | Cancels the timeout set with setInterval() identified by handle |
| clearTimeout(int) | Cancels the timeout set with setTimeout() identified by handle. |
| setInterval(object, int, params object[]) | Schedules a timeout to run handler every timeout milliseconds. Any arguments are passed straight through to the handler. |
| setTimeout(object, int, params object[]) | Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler. |
See Also
- package com.aspose.html.window
- package Aspose.HTML