TimerFlushPolicy constructor

TimerFlushPolicy(
  1. int _interval
)

@param interval interval to flush in milliseconds

Implementation

TimerFlushPolicy(this._interval);