QuickOPC User's Guide and Reference
TopicRetrialPeriod Property (_EasyDAClientParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine.ComTypes Namespace > _EasyDAClientParameters Interface : TopicRetrialPeriod Property
Topic retrial period. Number of milliseconds. Determines how often will the component run the internal process to re-connect to OPC items that have failed (e.g. due to incorrect Item IDs).
Syntax
'Declaration
 
Property TopicRetrialPeriod As Integer
'Usage
 
Dim instance As _EasyDAClientParameters
Dim value As Integer
 
instance.TopicRetrialPeriod = value
 
value = instance.TopicRetrialPeriod
int TopicRetrialPeriod {get; set;}
property int TopicRetrialPeriod {
   int get();
   void set (    int value);
}
Remarks

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

This property is used by following client implementations:

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