Table of Contents

Class InvalidateObjectWebFarmTask

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Web farm task used to invalidate objects.

public class InvalidateObjectWebFarmTask : WebFarmTaskBase
Inheritance
object
InvalidateObjectWebFarmTask
Inherited Members
Extension Methods

Properties

ObjectId

Gets or sets identifier of the object which will be invalidated.

public int ObjectId { get; set; }

Property Value

int

Methods

ExecuteTask()

Processes the web farm task by invoking the ObjectInvalidated(int, bool) method while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also