Click or drag to resize
ApplicationEventsPostStart Field
Occurs after the end of the first application request after successful initialization.

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

Field Value

Type: SimpleHandler
Remarks

Fires only once during the application lifetime. Use to perform additional async tasks needed for application startup which do not influence the request output.

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

See Also