'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)
public UADataSetWriterLocator( string pubSubConnectionName, string writerGroupName, string dataSetWriterName )
public: UADataSetWriterLocator( String^ pubSubConnectionName, String^ writerGroupName, String^ 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).