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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDATopicParameters Class : AbandonRateMultiplier Property
Abandon rate multiplier. Must be greater than or equal to 1.0. The OPC item is considered "abandoned" if no requests to it have been made for abandon interval. In such case its update rate is automatically adjusted to a slower value. The abandon interval is computed by multiplying the latest update rate and the value of this property, but it is never shorter than AbandonIntervalMinimum.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(5)>
Public Property AbandonRateMultiplier As Single
'Usage
 
Dim instance As EasyDATopicParameters
Dim value As Single
 
instance.AbandonRateMultiplier = value
 
value = instance.AbandonRateMultiplier
[DataMember()]
[DefaultValue(5)]
public float AbandonRateMultiplier {get; set;}
[DataMember()]
[DefaultValue(5)]
public:
property float AbandonRateMultiplier {
   float get();
   void set (    float value);
}
Requirements

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

See Also

Reference

EasyDATopicParameters Class
EasyDATopicParameters Members