AbstractNativeTimer.Start

immediately: true to call first event immediately once: true to call timed event only once

  1. void Start(bool immediately, bool once)
    class AbstractNativeTimer
    abstract
    void
    Start
    (
    bool immediately = false
    ,
    bool once = false
    )
  2. void Start(uint interval)

Meta