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



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