QuickOPC User's Guide and Reference
CreateBrowsePointService Method (UAConnectivityCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityCore Class : CreateBrowsePointService Method
Infrastructure.
Syntax
'Declaration
 
<NotNullAttribute()>
Protected Overridable Function CreateBrowsePointService() As UABrowsePointService
'Usage
 
Dim instance As UAConnectivityCore
Dim value As UABrowsePointService
 
value = instance.CreateBrowsePointService()
[NotNull()]
protected virtual UABrowsePointService CreateBrowsePointService()
[NotNull()]
protected:
virtual UABrowsePointService^ CreateBrowsePointService(); 
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