ProviderDictionaryTKey, TValueProcessWebFarmTask Method |
Processes the given web farm task.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also