MRDispatchTimer

The MRDispatchTimer class provides a simple way to execute a block of code at set intervals.

Public Properties

  • The time interval at which the eventHandler block should be executed.

  • The block of code to be executed at set intervals.

Public Methods