WebFarmDebugLogWebFarmOperation Method |
Logs the web farm operation. Logs the web farm operation to the file and to current request log for debugging.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 13.0.131
Syntax 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:
DataRowSee Also