WebFarmTaskInfoProviderDeleteServerTasksInternal Method |
Deletes the specified server tasks.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax protected virtual void DeleteServerTasksInternal(
string whereCondition,
int serverId
)
Parameters
- whereCondition
- Type: SystemString
Where condition - serverId
- Type: SystemInt32
Server ID
See Also