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

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.2.23
Syntax
C#
public override void ProcessWebFarmTask(
	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