Click or drag to resize
CacheHelperApplicationTerminating Property

Note: This API is now obsolete.

Returns true if the application is terminating

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete, use property SystemContext.ApplicationTerminating")]
public static bool ApplicationTerminating { get; }

Property Value

Type: Boolean
See Also