Click or drag to resize
WebFarmTask Constructor
Constructor

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public WebFarmTask(
	string type,
	Action<string, string, BinaryData> execute,
	Func<bool> condition
)

Parameters

type
Type: SystemString
Task type
execute
Type: SystemActionString, String, BinaryData
Method executed to perform the task
condition
Type: SystemFuncBoolean
Condition under which the task is synchronized
See Also