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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDATopicParameters Interface : 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
 
Property AbandonRateMultiplier As Single
'Usage
 
Dim instance As _EasyDATopicParameters
Dim value As Single
 
instance.AbandonRateMultiplier = value
 
value = instance.AbandonRateMultiplier
float AbandonRateMultiplier {get; set;}
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 Interface
_EasyDATopicParameters Members