Click or drag to resize
ApplicationEventsFinalize Field
Occurs just before the application shuts down, after the End application event.

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

Field Value

Type: SimpleHandler
Remarks

This event is not intended to be used in custom code. Use End instead.

The purpose of the event is to call actions after custom code execution within the End event.

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