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

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 8.2.23
Syntax
C#
public Action<string, string, BinaryData> Execute { get; protected set; }

Property Value

Type: ActionString, String, BinaryData
See Also