Click or drag to resize
EvaluationContextExternalTimeoutChecker Property
Gets or sets the function used as timeout watchdog besides EvaluationTimeout setting. Returns true if timeout has occurred.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public Func<bool> ExternalTimeoutChecker { get; set; }

Property Value

Type: FuncBoolean
See Also