OPCDA.NET Reference Manual
Active Property
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > BGDataBind Class : Active Property

Glossary Item Box

Available in the OPCDA.NET Professional Edition only.
Active state of the DataBind object. The DataBind active state controls all defined subscription. Data change callbacks and control updates happen only in active state. The DataBind object can be inactivated if e.g. the associated window is not visible.
A get is from the 'Active' property of the underlying OpcdataBind object. On set the associated OPC server group is modified. If the state changes to active then the server makes a callback for all defined subscriptions.

Syntax

Visual Basic (Declaration) 
Public Property Active As Boolean
C# 
public bool Active {get; set;}

Requirements

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

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.