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

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public Func<bool> Condition { get; protected set; }

Property Value

Type: FuncBoolean
See Also