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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Engine Namespace > EasyDAClientParameters Class : TopicProcessingTotalTimeout Property
Topic processing total timeout. Number of milliseconds. When the incoming requests related to OPC items are being collected for this period, the requests collected so far are applied to the OPC server.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(5000)>
Public Property TopicProcessingTotalTimeout As Integer
'Usage
 
Dim instance As EasyDAClientParameters
Dim value As Integer
 
instance.TopicProcessingTotalTimeout = value
 
value = instance.TopicProcessingTotalTimeout
[DataMember()]
[DefaultValue(5000)]
public int TopicProcessingTotalTimeout {get; set;}
[DataMember()]
[DefaultValue(5000)]
public:
property int TopicProcessingTotalTimeout {
   int get();
   void set (    int value);
}
Remarks

The value must be greater than zero.

Normally, incoming requests are logically grouped by the component, and processed according to how the application has structured them. This interval will therefore only have some effect under heavy system load.

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