IWindowTimers.SetTimeout

IWindowTimers.SetTimeout method

Schedules a timeout to run handler after timeout milliseconds. Any arguments are passed straight through to the handler.

public int SetTimeout(object handler, int timeout, params object[] args)
ParameterTypeDescription
handlerObjectThe handler.
timeoutInt32The timeout.
argsObject[]The arguments.

Return Value

The handle

See Also