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



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