Runs just after the app shuts down. This is useful for things like the data source service, which should still be available at the OnAppShutdown hooks.
In most cases you probably want to implement OnAppShutdown.
Optional ReadonlyshutdownThe timeout for after which the graceful shutdown should fail.
Runs just after the app shuts down. This is useful for things like the data source service, which should still be available at the OnAppShutdown hooks.
In most cases you probably want to implement OnAppShutdown.