DeviceProfileLayoutInfoProviderProcessWebFarmTask Method |
Runs this provider's web farm tasks.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax 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