QuickOPC User's Guide and Reference
AbandonIntervalMinimum Property (EasyDATopicParameters)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDATopicParameters Class : AbandonIntervalMinimum Property
Abandon interval minimum. Number of milliseconds. The OPC item is considered "abandoned" if no requests to it has been made for abandon interval. In such case its update rate is automatically adjusted to a slower value. The abandon interval is computed using the latest update rate and AbandonRateMultiplier, but it is never shorter than value of this property.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(50000)>
Public Property AbandonIntervalMinimum As Integer
'Usage
 
Dim instance As EasyDATopicParameters
Dim value As Integer
 
instance.AbandonIntervalMinimum = value
 
value = instance.AbandonIntervalMinimum
[DataMember()]
[DefaultValue(50000)]
public int AbandonIntervalMinimum {get; set;}
[DataMember()]
[DefaultValue(50000)]
public:
property int AbandonIntervalMinimum {
   int get();
   void set (    int value);
}
Remarks

The value must be greater than or equal to zero, or it must be equal to System.Threading.Timeout.Infinite.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

EasyDATopicParameters Class
EasyDATopicParameters Members