Click or drag to resize
SettingsKeyInfoProvider.ProcessWebFarmTaskInternal Method
Runs the processing of specific web farm task for current provider

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

Parameters

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