QuickOPC User's Guide and Reference
PublishingInterval Property (UAWriterGroupElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAWriterGroupElement Class : PublishingInterval Property
Defines the interval in milliseconds for publishing network messages and the embedded dataset messages created by the related dataset writers.
Syntax
'Declaration
 
<ColumnDisplayAttribute(10)>
<DefaultValueAttribute(0)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=302, 
   ShortName="Publishing Interval")>
<UnitAttribute("ms")>
Public Property PublishingInterval As Double
'Usage
 
Dim instance As UAWriterGroupElement
Dim value As Double
 
instance.PublishingInterval = value
 
value = instance.PublishingInterval
[ColumnDisplay(10)]
[DefaultValue(0)]
[Display(AutoGenerateField=true, 
   Order=302, 
   ShortName="Publishing Interval")]
[Unit("ms")]
public double PublishingInterval {get; set;}
[ColumnDisplay(10)]
[DefaultValue(0)]
[Display(AutoGenerateField=true, 
   Order=302, 
   ShortName="Publishing Interval")]
[Unit("ms")]
public:
property double PublishingInterval {
   double get();
   void set (    double value);
}
Remarks

Zero publishing interval does not make sense, but it is a valid value in this property for implementation reasons.

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