WebSyncHelperSetErrorInTask Method |
Sets the error message to the specified task.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax 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