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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UAUadpDataSetReaderMessageParameters Class : PublishingInterval Property
Indicates the rate the publisher sends network messages related to the DataSet.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property PublishingInterval As Double
'Usage
 
Dim instance As UAUadpDataSetReaderMessageParameters
Dim value As Double
 
instance.PublishingInterval = value
 
value = instance.PublishingInterval
[DefaultValue(0)]
public double PublishingInterval {get; set;}
[DefaultValue(0)]
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