EvaluationContextEvaluationTimeout Property |
Expression evaluation timeout in milliseconds (1000 ms by default). If the evaluation time of the expression exceeds this time, evaluation will be aborted and the result will be null.
The evaluation abortion is then logged into event log.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public int EvaluationTimeout { get; set; }
Property Value
Type:
Int32See Also