ProcessObjectWebFarmTask Class |
Namespace: CMS.DataEngine
public class ProcessObjectWebFarmTask : WebFarmTaskBase
The ProcessObjectWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
ProcessObjectWebFarmTask |
Name | Description | |
---|---|---|
ActionName |
Gets or sets name of the action to be executed upon object of given ObjectType with given ObjectData.
| |
ObjectData |
Gets or sets object's data to synchronize.
| |
ObjectType |
Gets or sets identifier of the object type.
| |
TaskBinaryData |
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.) | |
TaskFilePath |
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.) | |
TaskTarget |
Gets or sets task target.
(Inherited from WebFarmTaskBase.) |
Name | Description | |
---|---|---|
ConditionMethod |
Condition which must be met in order to log the task.
(Inherited from WebFarmTaskBase.) | |
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.
(Overrides WebFarmTaskBaseExecuteTask.) |