Completes an asynchronous browse operation.
Syntax
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