Table of Contents

Class ProcessObjectWebFarmTask

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Web farm task used to process an object's data of given object type ObjectType.

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

Properties

ActionName

Gets or sets name of the action to be executed upon object of given ObjectType with given ObjectData.

public string ActionName { get; set; }

Property Value

string

ObjectData

Gets or sets object's data to synchronize.

public string ObjectData { get; set; }

Property Value

string

ObjectType

Gets or sets identifier of the object type.

public string ObjectType { get; set; }

Property Value

string

Methods

ExecuteTask()

Processes the web farm task by invoking the ProcessWebFarmTask(string, string, byte[]) method on provider of given ObjectType while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also