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)
ParameterTypeDescription
handlerObjectThe handler.
timeoutInt32The timeout.
argsObject[]The arguments.

Return Value

The handle

See Also