EasyUA Reference
BeginBrowse Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Browser Class : BeginBrowse Method

nodeId
The node to be browsed.
classMask
Only TargetNodes with the selected NodeClasses are returned. The Opc.Ua.NodeClass enum defines the mask bits.
callback
The callback to use when the async call completes.
asyncState
The user data that is passed to the callback.

Glossary Item Box

Asynchronously browses the specified node.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Browser
Dim nodeId As NodeId
Dim classMask As NodeClass
Dim callback As AsyncCallback
Dim asyncState As Object
 
instance.BeginBrowse(nodeId, classMask, callback, asyncState)
C# 
public void BeginBrowse( 
   NodeId nodeId,
   NodeClass classMask,
   AsyncCallback callback,
   object asyncState
)

Parameters

nodeId
The node to be browsed.
classMask
Only TargetNodes with the selected NodeClasses are returned. The Opc.Ua.NodeClass enum defines the mask bits.
callback
The callback to use when the async call completes.
asyncState
The user data that is passed to the callback.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.