OPCDA.NET Reference Manual
Subscribe Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcDataBind Class : Subscribe Method

Glossary Item Box

Create a DataBind subscription for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control.

Overload List

OverloadDescription
Subscribe(String,Object) Create a DataBind subscription for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control.  
Subscribe(String,Object,Int32) Create a DataBind subscription for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control at the specified index.  
Subscribe(String,Object,DataBindFormat) Create a subscription for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control. The value is formatted according the format definition object.  
Subscribe(String,Object,Int32,DataBindFormat) Create a subscription for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control at the specified index. The value is formatted according the format definition object.  
Subscribe(String,Object,Int32,Int32,DataBindFormat) Create a subscription for one item. The item is added to the refresh group and the internal callback handler will write new values to the specified control at the specified index. The value is formatted according the format definition object.  
Subscribe(String,Object,String,DataBindFormat) Create subscription to the named property in any class.  

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.