Click or drag to resize
ApplicationEventsPostStart Field
Fires at the end of first application request. Fires only once during application life-time, use to perform additional async tasks needed for application startup which do not influence the request output.

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

Field Value

Type: SimpleHandler
See Also