Click or drag to resize
IWebFarmProvider.CreateWebFarmTask Method (String, String,Byte[], String)
Creates web farm task specific for current object and action name

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
void CreateWebFarmTask(
	string actionName,
	string data,
	byte[] binary,
	string filePath
)

Parameters

actionName
Type: System.String
Action name
data
Type: System.String
Custom task data
binary
Type:System.Byte[]
Binary value
filePath
Type: System.String
File path
See Also