IWebFarmProviderCreateWebFarmTask Method (String, String, Byte, String) |
Creates web farm task specific for current object and action name
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax void CreateWebFarmTask(
string actionName,
string data,
byte[] binary,
string filePath
)
Parameters
- actionName
- Type: SystemString
Action name - data
- Type: SystemString
Custom task data - binary
- Type: SystemByte
Binary value - filePath
- Type: SystemString
File path
See Also