Click or drag to resize
AbstractProviderCreateWebFarmTask 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: 9.0.0
Syntax
C#
public virtual void CreateWebFarmTask(
	string actionName,
	string data,
	byte[] binary,
	string filePath
)

Parameters

actionName
Type: SystemString
Action name
data
Type: SystemString
Custom task data
binary
Type: SystemByte
Binary value
filePath
Type: SystemString
File path
See Also