Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void LastActivity()

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

Declaration

protected virtual void LastActivity()

Summary

Override with a method that performs an activity on the same thread as Periodic.PeriodicActivity() during shutdown, just before signalling that the shutdown is complete. The default implementation of this method does nothing. This method is guaranteed to be called during a shutdown, even if the shutdown is due to an exception propagating outside of Periodic.PeriodicActivity().