Click or drag to resize
ProviderDictionaryTKey, TValueLogWebFarmTask Method (String, String)
Logs the web farm task with specified task data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual void LogWebFarmTask(
	string taskTextData,
	string taskOperation
)

Parameters

taskTextData
Type: SystemString
Task text data
taskOperation
Type: SystemString
Operation to realize with object
See Also