Click or drag to resize
WebFarmTaskInfoProviderDeleteServerTasks Method (String, Int32)
Deletes the specified server tasks.

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

Parameters

whereCondition
Type: SystemString
Where condition
serverId
Type: SystemInt32
Server ID
See Also