WebFarmTaskInfoProviderDeleteServerTasks Method (String, Int32) |
Deletes the specified server tasks.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax public static void DeleteServerTasks(
string whereCondition,
int serverId
)
Parameters
- whereCondition
- Type: SystemString
Where condition - serverId
- Type: SystemInt32
Server ID
See Also