Click or drag to resize
WebFarmTaskExecute Property
Action which is fired when the web farm task executes.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public Action<string, string[], BinaryData> Execute { get; set; }

Property Value

Type: ActionString, String, BinaryData
See Also