Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void PeriodicActivity()

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

Declaration

protected abstract void PeriodicActivity()

Summary

Override with a method that performs the desired periodic activity. If this method throws an exception the thread will terminate, but the Periodic.LastActivity() will occur nevertheless.