'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function GetPublishedDataSetElement( _ ByVal readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration, _ ByVal publishedDataSetName As String, _ ByVal dataSetFolderPath As IReadOnlyList(Of String) _ ) As UAPublishedDataSetElement
'Usage
Dim readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration Dim publishedDataSetName As String Dim dataSetFolderPath As IReadOnlyList(Of String) Dim value As UAPublishedDataSetElement value = IUAReadOnlyPubSubConfigurationExtension.GetPublishedDataSetElement(readOnlyPubSubConfiguration, publishedDataSetName, dataSetFolderPath)
[Extension()] [NotNull()] public static UAPublishedDataSetElement GetPublishedDataSetElement( IUAReadOnlyPubSubConfiguration readOnlyPubSubConfiguration, string publishedDataSetName, IReadOnlyList<string> dataSetFolderPath )
[Extension()] [NotNull()] public: static UAPublishedDataSetElement^ GetPublishedDataSetElement( IUAReadOnlyPubSubConfiguration^ readOnlyPubSubConfiguration, String^ publishedDataSetName, IReadOnlyList<String^>^ dataSetFolderPath )
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). - 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 folder that contains the published dataset.
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).