Click or drag to resize

LiveIntegrationAddInAutoPingInterval Property

Interval between pings (seconds)

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Interval between pings (seconds)")]
[AddInDescriptionAttribute("When a error occurs in communication an auto ping will start to check when the ERP is back online.")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "NewGUI=true;none=false")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(32)]
public int AutoPingInterval { get; set; }

Property Value

Type: Int32
The ping interval.

Implements

ISettingsAutoPingInterval
See Also