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
actionNamestringAction name
datastringCustom 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
actionNamestringAction name
datastringCustom task data
binarybyte[]Binary value
filePathstringFile 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
actionNamestringAction name
datastringCustom task data
binarybyte[]Binary data