QuickOPC User's Guide and Reference
FastestAutomaticPublishingInterval Property (EasyUAEngineParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > EasyUAEngineParameters Class : FastestAutomaticPublishingInterval Property
Fastest publishing interval that the component will use when calculating it. In milliseconds.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(20)>
<UnitAttribute("ms")>
Public Property FastestAutomaticPublishingInterval As Integer
'Usage
 
Dim instance As EasyUAEngineParameters
Dim value As Integer
 
instance.FastestAutomaticPublishingInterval = value
 
value = instance.FastestAutomaticPublishingInterval
[DataMember()]
[DefaultValue(20)]
[Unit("ms")]
public int FastestAutomaticPublishingInterval {get; set;}
[DataMember()]
[DefaultValue(20)]
[Unit("ms")]
public:
property int FastestAutomaticPublishingInterval {
   int get();
   void set (    int value);
}
Remarks

If the component is determining the publishing interval automatically (see AutomaticPublishingFactor), it will not make it faster than this value.

In order to obtain or modify this parameter, access the EasyUASharedParameters.EngineParameters property of static OpcLabs.EasyOpc.UA.EasyUAClientCore.SharedParameters.

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