Click or drag to resize
WebFarmTask Class
Web farm task implementation
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTask

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public class WebFarmTask

The WebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodWebFarmTask
Top
Properties
  NameDescription
Public propertyCondition
Condition which must be met in order to log the task.
Public propertyExecute
Action which is fired when the web farm task executes.
Public propertyIsMemoryTask
Indicates if the task modifies memory only. Memory tasks can be deleted on application start.
Public propertyOptimizationType
Indicates if task number can be optimized by one of predefined ways.
Public propertyType
Task type.
Top
See Also