OPC Studio 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 value of this parameter cannot be null (Nothing in Visual Basic).

The name of the writer group.

The value of this parameter cannot be null (Nothing in Visual Basic).

The name of the dataset writer.

The value of this parameter cannot be null (Nothing in Visual Basic).

Initializes a new instance of the class, specifying PubSub connection name, writer group name, and dataset writer name.
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.

The value of this parameter cannot be null (Nothing in Visual Basic).

writerGroupName
The name of the writer group.

The value of this parameter cannot be null (Nothing in Visual Basic).

dataSetWriterName
The name of the dataset writer.

The value of this parameter cannot be null (Nothing in Visual Basic).

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