EasyUA Reference
UaDataBind Constructor(Form,Session,Int32)
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class > UaDataBind Constructor : UaDataBind Constructor(Form,Session,Int32)

parent
callers Windows.Forms.Form object or null
session
Session for the UA server access
rate
fastest update rate from the server

Glossary Item Box

Create object and connect to the OPC server with the given ProgID. For remote OPC servers the nemae must be specified as //machine/progid. If credentials are required then the OPC server must be connected using the OpcServer.Connect() method and the DataBind class then constructed using the constructor overload with server object instead of the name.

Syntax

Visual Basic (Usage)Copy Code
Dim parent As Form
Dim session As Session
Dim rate As Integer
 
Dim instance As New UaDataBind(parent, session, rate)
C# 
public UaDataBind( 
   Form parent,
   Session session,
   int rate
)

Parameters

parent
callers Windows.Forms.Form object or null
session
Session for the UA server access
rate
fastest update rate from the server

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.