OPCAE.NET Reference Manual
UpdateRate Property
See Also  Send Feedback
OPCAE.NET.Controls Namespace > EventView Class : UpdateRate Property

Glossary Item Box

The shortest time in milliseconds between OPC server event callbacks.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The shortest time in milliseconds between OPC server event callbacks.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property UpdateRate As Integer
C# 
[DescriptionAttribute("The shortest time in milliseconds between OPC server event callbacks.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public int UpdateRate {get; set;}

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.