EasyUA Reference
publishingInterval Field
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > SubscriptionTemplate Class : publishingInterval Field

Glossary Item Box

This interval defines the cyclic rate that the Subscription is being requested to return Notifications to the Client. This interval is expressed in milliseconds. This interval is represented by the publishing timer in the Subscription state table. The negotiated value for this parameter returned in the response is used as the default sampling interval for MonitoredItems assigned to this Subscription.
If the requested value is 0 or negative, the server shall revise with the fastest supported publishing interval.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SubscriptionTemplate
Dim value As Integer
 
value = instance.publishingInterval
 
instance.publishingInterval = value
C# 
public int publishingInterval

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.