Click or drag to resize
WebFarmTaskInfoProviderDeleteServerTasks Method (String)
Delete all tasks based on where condition.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static void DeleteServerTasks(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition
See Also