Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Start(bool)

  • Declared in: RT.Util.Threading.Periodic
  • Virtual

Declaration

public virtual void Start(
    bool backgroundThread = false
)

Summary

Schedules the periodic activity to start occurring. This method may only be called once.

Parameters

boolbackgroundThreadBy default (false) the class will use a foreground thread, preventing application shutdown until the thread has terminated. If true, a background thread will be created instead.