useDeferredInverseMaintenance
useDeferredInverseMaintenance(enable: Boolean): Boolean, updating;
The useDeferredInverseMaintenance method of the Process class specifies whether a deferred execution strategy for all automatically maintained collection properties for the current process is in use, overriding the schema‑defined execution strategy for each property.
When called with the value of the enable parameter set to:
-
true, enables the use of a deferred execution strategy for all automatically maintained collection properties for the current process, overriding the execution strategy of each property
-
false, restores the behavior defined for each property in the schema and returns the value of the prior enabled state
Use this method when evaluating, testing, and benchmarking the impact of using a deferred execution strategy before you permanently apply a deferred execution strategy in the schema.
2020.0.01 and higher