QuickOPC User's Guide and Reference
LinkRetrialPeriod Property (_EasyAEClientParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Engine.ComTypes Namespace > _EasyAEClientParameters Interface : LinkRetrialPeriod Property
Link retrial period. Number of milliseconds. Determines how often will the component run the internal process to re-connect to OPC links (live event subscriptions) that have failed (e.g. due to incorrect parameters).
Syntax
'Declaration
 
Property LinkRetrialPeriod As Integer
'Usage
 
Dim instance As _EasyAEClientParameters
Dim value As Integer
 
instance.LinkRetrialPeriod = value
 
value = instance.LinkRetrialPeriod
int LinkRetrialPeriod {get; set;}
property int LinkRetrialPeriod {
   int get();
   void set (    int value);
}
Remarks

The value must be greater than or equal to zero.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also