Legend
| Method: void LastActivity()
Declarationprotected virtual void LastActivity() SummaryOverride 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(). |