Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found.
.NET
.NET
Overload List
Overload | Description |
BrowseAreas(IEasyAEClient,ServerDescriptor,AENodeDescriptor,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found. Browses the specified area for child areas. Uses server descriptor for specifying the OPC server. A parent area, and a filter is passed in. |
BrowseAreas(IEasyAEClient,ServerDescriptor,AENodeDescriptor) | Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found. Browses the specified area for child areas. Uses server descriptor for specifying the OPC server. A parent area is passed in. No filtering. |
BrowseAreas(IEasyAEClient,ServerDescriptor) | Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found. Browses the root area for child areas. Uses server descriptor for specifying the OPC server. No filtering. |
BrowseAreas(IEasyAEClient,String,String,String,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found. Browses the specified area for child areas. Uses computer name and server class for specifying the OPC server. A parent area, and a filter is passed in. |
BrowseAreas(IEasyAEClient,String,String,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found. Browses the specified area for child areas. Uses computer name and server class for specifying the OPC server. A parent area is passed in. No filtering. |
BrowseAreas(IEasyAEClient,String,String) | Browses the specified area (or root) in OPC server's process area space, and returns information about child areas found. Browses the root area for child areas. Uses computer name and server class for specifying the OPC server. No filtering. |
Requirements
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