QuickOPC User's Guide and Reference
CreateSubscribePointService Method



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