Click or drag to resize
WebFarmTaskCondition Property
Condition which must be met in order to log the task.

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

Property Value

Type: FuncIWebFarmTask, Boolean
See Also