Click or drag to resize
WebFarmDebugLogWebFarmOperation Method
Logs the web farm operation. Logs the web farm operation to the file and to current request log for debugging.

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public static DataRow LogWebFarmOperation(
	string taskType,
	string textData,
	BinaryData binaryData,
	string target
)

Parameters

taskType
Type: SystemString
Task type
textData
Type: SystemString
Task text data
binaryData
Type: CMS.CoreBinaryData
Task binary data
target
Type: SystemString
Task target

Return Value

Type: DataRow
See Also