Connectivity Software User's Guide and Reference
IUAReadOnlyPubSubConfiguration Interface
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA.PubSub.Configuration Namespace : IUAReadOnlyPubSubConfiguration Interface
Provides read-only access to OPC UA PubSub configuration.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public Interface IUAReadOnlyPubSubConfiguration 
'Usage
 
Dim instance As IUAReadOnlyPubSubConfiguration
[ComVisible(false)]
public interface IUAReadOnlyPubSubConfiguration 
[ComVisible(false)]
public interface class IUAReadOnlyPubSubConfiguration 
Remarks

This interface defines a set of methods for read-only access to the configuration of OPC UA PubSub entities, such as connections, writer groups, dataset writers, and published datasets. It is designed to allow applications to query and inspect the PubSub configuration without modifying it.

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