IWindowTimers.SetInterval
IWindowTimers.SetInterval method
Schedules a timeout to run handler every timeout milliseconds. Any arguments are passed straight through to the handler.
public int SetInterval(object handler, int timeout, params object[] args)
Parameter | Type | Description |
---|---|---|
handler | Object | The handler. |
timeout | Int32 | The timeout. |
args | Object[] | The arguments. |
Return Value
The handle
See Also
- interface IWindowTimers
- namespace Aspose.Html.Window
- assembly Aspose.HTML