Click or drag to resize
AbstractProviderCreateWebFarmTask Method (String, String, Byte)
Creates web farm task specific for current object and action name

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

Parameters

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