OPC Studio User's Guide and Reference
EasyUASubscriberManagement Class
Members 



View with Navigation Tools
OpcLabs.EasyOpcUAComponents Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace : EasyUASubscriberManagement Class
Allows static management and configuration of the EasyUASubscriber object.
Object Model
EasyUASubscriberManagement ClassEasyUASubscriberAdaptableParameters ClassEasyUASubscriber ClassEasyUASubscriberSharedParameters Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.ComTypes._EasyUASubscriberManagement)>
<ComSourceInterfacesAttribute(OpcLabs.EasyOpc.UA.PubSub.ComTypes.DEasyUASubscriberManagementEvents)>
<ComVisibleAttribute(True)>
<GuidAttribute("D272C305-B47E-4B3D-ACD8-CD21635756E4")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DesignerCategoryAttribute("Component")>
<SerializableAttribute()>
Public NotInheritable Class EasyUASubscriberManagement 
   Inherits EasyUASubscriberManagementCore
   Implements OpcLabs.BaseLib.Instrumentation.ILoggingHandler, OpcLabs.BaseLib.IValueEquatable, OpcLabs.BaseLib.Licensing.ILicensingContextHolder, OpcLabs.BaseLib.Widgets.ComTypes._Widget, OpcLabs.BaseLib.Widgets.IWidget, OpcLabs.EasyOpc.UA.PubSub.ComTypes._EasyUASubscriberManagement, System.ComponentModel.IComponent, System.ICloneable, System.IDisposable, System.IServiceProvider, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable 
 
'Usage
 
Dim instance As EasyUASubscriberManagement
Remarks

This object is a semi-singleton, i.e. all instances of it share the same data.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         OpcLabs.BaseLib.Widgets.Widget
            OpcLabs.EasyOpc.UA.PubSub.EasyUASubscriberManagementCore
               OpcLabs.EasyOpc.UA.PubSub.EasyUASubscriberManagement

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