Connectivity Software User's Guide and Reference
DefaultFastestAutomaticPublishingInterval Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > EasyUAClientEngineParameters Class : DefaultFastestAutomaticPublishingInterval Field
The default fastest publishing interval (FastestAutomaticPublishingInterval) that the component will use when calculating it. In milliseconds.

This is a constant, and its value is 20.

Syntax
'Declaration
 
Public Const DefaultFastestAutomaticPublishingInterval As Integer
'Usage
 
Dim value As Integer
 
value = EasyUAClientEngineParameters.DefaultFastestAutomaticPublishingInterval
public const int DefaultFastestAutomaticPublishingInterval
public:
const int DefaultFastestAutomaticPublishingInterval
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