Click or drag to resize
WebFarmTaskInfoProviderDeleteServerTasks Method (Int32, ListInt32)
Deletes the bindings between given tasks and the server.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
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