ShutdownSurviveAttribute
Description
- Derived from
-
Attribute abstract
The ShutdownSurvive is used to mark values that may survive a global shutdown.
Upon shutdown, the value may either be deleted or it may survive. In the latter case, its internal state will be reset, unless it is immutable. All values that have survived the global application shutdown will be destroyed during the final exit procedure of the process, in an undefined order.
- See also