Allows to traverse through OPC UA address space nodes under the specified node, using given browse parameters.
            
            
            
            
        
            Parameters
- client
 
- The client object that will perform the operation.
 - endpointDescriptor
 
- Endpoint descriptor. Identifies the OPC-UA server.
 - nodeDescriptor
 
- Starting node descriptor. Identifies the node in OPC server's address space.
 - browseParameters
 
- Browse parameters such as node classes and reference types to be returned.
 
            
            Return Value
Returns an enumerator of tree positions that will traverse through all nodes specified.
 
             
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
            
            See Also