Click or drag to resize
ProviderDictionaryTKey, TValueProcessWebFarmTask Method
Processes the given web farm task.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool ProcessWebFarmTask(
	string taskTarget,
	string taskTextData,
	byte[] taskBinaryData
)

Parameters

taskTarget
Type: SystemString
Task target
taskTextData
Type: SystemString
Task text data
taskBinaryData
Type: SystemByte
Task binary data

Return Value

Type: Boolean
See Also