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

Namespace: CMS.EventLog
Assembly: CMS.EventLog (in CMS.EventLog.dll) Version: 12.0.0
Syntax
C#
protected override 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