WebFarmTaskInfoProviderDeleteServerTasks Method (Int32, ListInt32) |
Deletes the bindings between given tasks and the server.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 13.0.131
Syntax public static void DeleteServerTasks(
int serverId,
List<int> taskIds
)
Parameters
- serverId
- Type: SystemInt32
ID of server - taskIds
- Type: System.Collections.GenericListInt32
ID of task
See Also