IWindowTimers.ClearInterval

IWindowTimers.ClearInterval method

Cancels the timeout set with setInterval() identified by handle

public void ClearInterval(int handle)
ParameterTypeDescription
handleInt32The handle.

See Also