WebFarmTaskManager RegisterTask Method (String, Action String, String, BinaryData , Func Boolean )Kentico 8.1 API Reference
Registers the given web farm task

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

taskType
Type: OnlineSystem String
Task type
execute
Type: OnlineSystem Action OnlineString, OnlineString, BinaryData 
Method executed to perform the task
condition (Optional)
Type: OnlineSystem Func OnlineBoolean 
Condition under which the task is synchronized
See Also