'Declaration
<NotNullAttribute()> Function ListDataSetWriterLocators( _ ByVal publishedDataSetName As String, _ ByVal dataSetFolderPath As IReadOnlyList(Of String) _ ) As UADataSetWriterLocator()
'Usage
Dim instance As IUAReadOnlyPubSubConfiguration Dim publishedDataSetName As String Dim dataSetFolderPath As IReadOnlyList(Of String) Dim value() As UADataSetWriterLocator value = instance.ListDataSetWriterLocators(publishedDataSetName, dataSetFolderPath)
[NotNull()] UADataSetWriterLocator[] ListDataSetWriterLocators( string publishedDataSetName, IReadOnlyList<string> dataSetFolderPath )
[NotNull()] array<UADataSetWriterLocator^>^ ListDataSetWriterLocators( String^ publishedDataSetName, IReadOnlyList<String^>^ dataSetFolderPath )
Parameters
- publishedDataSetName
- The name of the published dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataSetFolderPath
- An optional path to the dataset folder.
The value of this parameter can be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).