'Declaration
Property PublishingInterval As Integer
'Usage
Dim instance As _UASubscriptionParameters Dim value As Integer instance.PublishingInterval = value value = instance.PublishingInterval
int PublishingInterval {get; set;}
'Declaration
Property PublishingInterval As Integer
'Usage
Dim instance As _UASubscriptionParameters Dim value As Integer instance.PublishingInterval = value value = instance.PublishingInterval
int PublishingInterval {get; set;}
If you do not specify the publishing interval (leave it at zero), the component will calculate it by dividing the sampling interval (for the monitored item) by the automatic publishing factor (see OpcLabs.EasyOpc.UA.Engine.EasyUAEngineParameters.AutomaticPublishingFactor). The resulting value is limited by OpcLabs.EasyOpc.UA.Engine.EasyUAEngineParameters.FastestAutomaticPublishingInterval. This means that by default, the publishing interval equals to one half of the sampling interval.
In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments.SubscriptionParameters.