Click or drag to resize

SystemUpdateActionBaseAfterBootup Property

Set to true if the update should be executed after the "bootup" of the system. This means that the data cache is available, and there is an AppIdentity on the thread. Typically SQL queries should be executed before bootup. Code logic should be always be executed after bootup.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool AfterBootup { get; set; }

Property Value

Type: Boolean

Implements

ISystemUpdateActionAfterBootup
See Also