QuickOPC User's Guide and Reference
UADataSetWriterLocator Constructor(String,String,String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace > UADataSetWriterLocator Class > UADataSetWriterLocator Constructor : UADataSetWriterLocator Constructor(String,String,String)
The name of the PubSub connection.
The name of the writer group.
The name of the dataset writer.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pubSubConnectionName As String, _
   ByVal writerGroupName As String, _
   ByVal dataSetWriterName As String _
)
'Usage
 
Dim pubSubConnectionName As String
Dim writerGroupName As String
Dim dataSetWriterName As String
 
Dim instance As New UADataSetWriterLocator(pubSubConnectionName, writerGroupName, dataSetWriterName)

Parameters

pubSubConnectionName
The name of the PubSub connection.
writerGroupName
The name of the writer group.
dataSetWriterName
The name of the dataset writer.
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