Click or drag to resize
AbstractInfoProviderTInfo, TProvider, TQueryProcessWebFarmTaskInternal Method
Runs the processing of specific web farm task for current provider

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

Parameters

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