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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes Namespace > _UAWriterGroupElement Interface : PublishingInterval Property
Defines the interval in milliseconds for publishing network messages and the embedded dataset messages created by the related dataset writers.
Syntax
'Declaration
 
Property PublishingInterval As Double
'Usage
 
Dim instance As _UAWriterGroupElement
Dim value As Double
 
instance.PublishingInterval = value
 
value = instance.PublishingInterval
double PublishingInterval {get; set;}
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