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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientParameters Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(10000)>
Public Property TopicRetrialPeriod As Integer
'Usage
 
Dim instance As EasyDAClientParameters
Dim value As Integer
 
instance.TopicRetrialPeriod = value
 
value = instance.TopicRetrialPeriod
[DataMember()]
[DefaultValue(10000)]
public int TopicRetrialPeriod {get; set;}
[DataMember()]
[DefaultValue(10000)]
public:
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