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