IWindowTimers.ClearTimeout

IWindowTimers.ClearTimeout method

Cancels the timeout set with setTimeout() identified by handle.

public void ClearTimeout(int handle)
ParameterTypeDescription
handleInt32The handle.

See Also