Click or drag to resize
RequestEventsRunEndRequestTasks Field
Fires when the request may perform the background tasks. Use for any background tasks that should execute at the end of the request, but do not influence the response to the client.

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

Field Value

Type: SimpleHandler
See Also