'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function BrowsePublishedDataSets( _ ByVal readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration, _ ByVal dataSetFolderPath As IReadOnlyList(Of String), _ ByVal recursive As Boolean _ ) As KeyedCollection(Of String,UAPublishedDataSetElement)
'Usage
Dim readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration Dim dataSetFolderPath As IReadOnlyList(Of String) Dim recursive As Boolean Dim value As KeyedCollection(Of String,UAPublishedDataSetElement) value = IUAReadOnlyPubSubConfigurationExtension.BrowsePublishedDataSets(readOnlyPubSubConfiguration, dataSetFolderPath, recursive)
[Extension()] [NotNull()] public static KeyedCollection<string,UAPublishedDataSetElement> BrowsePublishedDataSets( IUAReadOnlyPubSubConfiguration readOnlyPubSubConfiguration, IReadOnlyList<string> dataSetFolderPath, bool recursive )
[Extension()] [NotNull()] public: static KeyedCollection<String^,UAPublishedDataSetElement^>^ BrowsePublishedDataSets( IUAReadOnlyPubSubConfiguration^ readOnlyPubSubConfiguration, IReadOnlyList<String^>^ dataSetFolderPath, bool recursive )
Parameters
- readOnlyPubSubConfiguration
- OPC UA PubSub configuration (read-only).
This is typically obtained by calling OpcLabs.EasyOpc.UA.PubSub.InformationModel.EasyUAPublishSubscribeClientCore.AccessReadOnlyConfiguration, OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions.IEasyUAPublishSubscribeClientExtension.AccessOrLoadReadOnlyConfiguration or OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions.IEasyUAPublishSubscribeClientExtension.AccessOrLoadReadOnlyConfiguration.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataSetFolderPath
- A path to the folder that contains the published dataset.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic). - recursive
- Determines whether the published datasets will be taken from the subfolders as well, recursively.
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).