Table of Contents

Interface IWebFarmProvider

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Adds web farm task processing support to info provider.

public interface IWebFarmProvider
Extension Methods

Methods

CreateWebFarmTask(string, string)

Creates web farm task specific for current object and action name

void CreateWebFarmTask(string actionName, string data)

Parameters

actionName string

Action name

data string

Custom task data

CreateWebFarmTask(string, string, byte[], string)

Creates web farm task specific for current object and action name

void CreateWebFarmTask(string actionName, string data, byte[] binary, string filePath)

Parameters

actionName string

Action name

data string

Custom task data

binary byte[]

Binary value

filePath string

File path

ProcessWebFarmTask(string, string, byte[])

Runs the processing of specific web farm task for current provider

void ProcessWebFarmTask(string actionName, string data, byte[] binary)

Parameters

actionName string

Action name

data string

Custom task data

binary byte[]

Binary data