Click or drag to resize
WebFarmTaskInfoProviderDeleteServerTasksInternal Method
Deletes the specified server tasks.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
protected virtual void DeleteServerTasksInternal(
	string whereCondition,
	int serverId
)

Parameters

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