Interface IWebFarmProvider
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Adds web farm task processing support to info provider.
public interface IWebFarmProvider
- Extension Methods
Methods
CreateWebFarmTask(string, string)
Creates web farm task specific for current object and action name
void CreateWebFarmTask(string actionName, string data)
Parameters
actionName
stringAction name
data
stringCustom task data
CreateWebFarmTask(string, string, byte[], string)
Creates web farm task specific for current object and action name
void CreateWebFarmTask(string actionName, string data, byte[] binary, string filePath)
Parameters
actionName
stringAction name
data
stringCustom task data
binary
byte[]Binary value
filePath
stringFile path
ProcessWebFarmTask(string, string, byte[])
Runs the processing of specific web farm task for current provider
void ProcessWebFarmTask(string actionName, string data, byte[] binary)
Parameters
actionName
stringAction name
data
stringCustom task data
binary
byte[]Binary data