QuickOPC User's Guide and Reference
UAPubSubConnectivity Class
Members 



OpcLabs.EasyOpcUAComponents Assembly > OpcLabs.EasyOpc.UA.PubSub.Connectivity Namespace : UAPubSubConnectivity Class
Provides point connectivity to OPC Unified Architecture PubSub.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DesignerCategoryAttribute("Component")>
<SerializableAttribute()>
Public NotInheritable Class UAPubSubConnectivity 
   Inherits UAPubSubConnectivityCore
   Implements OpcLabs.BaseLib.Configuration.Abstract.Internal.IConfigurationService, OpcLabs.BaseLib.Connectivity.IConnectivity, OpcLabs.BaseLib.ILicenseInfoProvider, OpcLabs.BaseLib.Instrumentation.ILoggingHandler, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.ComponentModel.IComponent, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
'Usage
 
Dim instance As UAPubSubConnectivity
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DesignerCategory("Component")]
[Serializable()]
public sealed class UAPubSubConnectivity : UAPubSubConnectivityCore, OpcLabs.BaseLib.Configuration.Abstract.Internal.IConfigurationService, OpcLabs.BaseLib.Connectivity.IConnectivity, OpcLabs.BaseLib.ILicenseInfoProvider, OpcLabs.BaseLib.Instrumentation.ILoggingHandler, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.ComponentModel.IComponent, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[DesignerCategory("Component")]
[Serializable()]
public ref class UAPubSubConnectivity sealed : public UAPubSubConnectivityCore, OpcLabs.BaseLib.Configuration.Abstract.Internal.IConfigurationService, OpcLabs.BaseLib.Connectivity.IConnectivity, OpcLabs.BaseLib.ILicenseInfoProvider, OpcLabs.BaseLib.Instrumentation.ILoggingHandler, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, System.ComponentModel.IComponent, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         OpcLabs.BaseLib.Widgets.Widget
                  OpcLabs.EasyOpc.UA.PubSub.Connectivity.UAPubSubConnectivity

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