Click or drag to resize
IWebFarmProvider Interface
Adds web farm task processing support to info provider.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public interface IWebFarmProvider

The IWebFarmProvider type exposes the following members.

Methods
  NameDescription
Public methodCreateWebFarmTask(String, String)
Creates web farm task specific for current object and action name
Public methodCreateWebFarmTask(String, String, Byte, String)
Creates web farm task specific for current object and action name
Public methodProcessWebFarmTask
Runs the processing of specific web farm task for current provider
Top
See Also