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: 8.2.23
Syntax
C#
public virtual void LogWebFarmTask(
	string taskTextData,
	string taskType
)

Parameters

taskTextData
Type: SystemString
Task text data
taskType
Type: SystemString
Task type
See Also