| 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; }
<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(GetType(IntegerNumberParameterEditor), "NewGUI=true;none=false")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(32)>
Public Property AutoPingInterval As Integer
Get
Set
Property Value
Type:
Int32The ping interval.
Implements
ISettingsAutoPingIntervalSee Also