EasyUA Reference
EndBrowse Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > BrowseTree Class : EndBrowse Method

result
The object returned from the BeginRead method.
tree
OUT TreeNode structure with the found nodes. The TreeNode.Tag property holds a NodeElement object with the details of the UA node.

Glossary Item Box

Completes an asynchronous browse operation.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BrowseTree
Dim result As IAsyncResult
Dim tree As TreeNode()
Dim value As List(Of NodeElement)
 
value = instance.EndBrowse(result, tree)
C# 
public List<NodeElement> EndBrowse( 
   IAsyncResult result,
   out TreeNode[] tree
)

Parameters

result
The object returned from the BeginRead method.
tree
OUT TreeNode structure with the found nodes. The TreeNode.Tag property holds a NodeElement object with the details of the UA node.

Return Value

The found references with additional target node information. This is the same information as in the TreeNode.Tag properties but it may be more convenient to have the information in a list.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.