Debounced method invoker.
This class allows you to invoke a method after a specified delay.
If the method is invoked again before the delay completes, the timer restarts, ensuring the method is only called once after the final invocation.
Readonly
Time in ms to delay the method invoke.
500 Copy
500
Method to be invoked with delay.
Protected
Timer to handle delay method trigger.
Invoke the method with delay. Stops previous invoke in progress.
Debounced method invoker.
This class allows you to invoke a method after a specified delay.
If the method is invoked again before the delay completes, the timer restarts, ensuring the method is only called once after the final invocation.