Click or drag to resize
ApplicationEventsEnd Field
Occurs just before the application shuts down.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static SimpleHandler End

Field Value

Type: SimpleHandler
Remarks

Fires only once during the application lifetime.

This event only occurs for web-based applications. For example, does not occur when using the Kentico API in an external console application.

Do not use this event for performing critical actions. Code execution can be forcibly interrupted after a short period of time.

See Also