Click or drag to resize
WebSyncHelperSetErrorInTask Method
Sets the error message to the specified task.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static void SetErrorInTask(
	int serverId,
	int taskId,
	string errorMessage
)

Parameters

serverId
Type: SystemInt32
Server ID
taskId
Type: SystemInt32
Task ID
errorMessage
Type: SystemString
Error message to set
See Also