OPC Studio User's Guide and Reference
EasyUAServerManagement Class
Members 



View with Navigation Tools
OpcLabs.ServerOpcUAComponents Assembly > OpcLabs.EasyOpc.UA Namespace : EasyUAServerManagement Class
Allows static management and configuration of the EasyUAServer object.
Object Model
EasyUAServerManagement ClassEasyUAServer ClassEasyUAServerSharedParameters Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute(True)>
<GuidAttribute("C2D22546-2A0F-4CFE-B4C8-31B3B01B522B")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<DesignerCategoryAttribute("Component")>
<SerializableAttribute()>
Public NotInheritable Class EasyUAServerManagement 
   Inherits EasyUAServerManagementCore
   Implements 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 EasyUAServerManagement
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.EasyUAServerManagementCore
               OpcLabs.EasyOpc.UA.EasyUAServerManagement

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