Click or drag to resize
DeviceProfileLayoutInfoProviderProcessWebFarmTask Method
Runs this provider's web farm tasks.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax
C#
public override void ProcessWebFarmTask(
	string actionName,
	string data,
	byte[] binary
)

Parameters

actionName
Type: SystemString
An action name.
data
Type: SystemString
Custom task data.
binary
Type: SystemByte
Binary data.
See Also