OPC Studio User's Guide and Reference
AbstractEasyUAClientServerApplication Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace : AbstractEasyUAClientServerApplication Class
An abstract implementation of OPC UA client/server application.
Object Model
AbstractEasyUAClientServerApplication ClassIPkiApplicationStoreGroup InterfaceCertificateGenerationParameters ClassIEasyUACertificateManagementClient InterfaceUACertificateRequestParameters ClassIEasyUAClient InterfaceIEasyUAClientConnectionControl InterfaceUANodeId ClassIEasyUAFileTransferClient InterfaceIEasyUAGlobalDiscoveryClient InterfaceStringCollection ClassUANodeIdCollection ClassUANodeId Class
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)>
<ComVisibleAttribute(True)>
<ExceptionContractAnnotationAttribute(True)>
<ExceptionContractVerificationAttribute(True)>
<GuidAttribute("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
Public MustInherit Class AbstractEasyUAClientServerApplication 
   Inherits OpcLabs.BaseLib.DisposableObject
   Implements LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComponentModel.IEventLocking, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication, System.IDisposable, System.IServiceProvider 
'Usage
 
Dim instance As AbstractEasyUAClientServerApplication
[CLSCompliant(false)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)]
[ComVisible(true)]
[ExceptionContractAnnotation(true)]
[ExceptionContractVerification(true)]
[Guid("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public abstract class AbstractEasyUAClientServerApplication : OpcLabs.BaseLib.DisposableObject, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComponentModel.IEventLocking, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication, System.IDisposable, System.IServiceProvider  
[CLSCompliant(false)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)]
[ComVisible(true)]
[ExceptionContractAnnotation(true)]
[ExceptionContractVerification(true)]
[Guid("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public ref class AbstractEasyUAClientServerApplication abstract : public OpcLabs.BaseLib.DisposableObject, LINQPad.ICustomMemberProvider, OpcLabs.BaseLib.ComponentModel.IEventLocking, OpcLabs.BaseLib.ComTypes._Object2, OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication, System.IDisposable, System.IServiceProvider  
Remarks

This class is made public only due to requirements and limitations imposed by the COM platform. In order to make use of OPC UA client/server application functionality, use the System.IServiceProvider.GetService(System.Type) method on the OpcLabs.EasyOpc.UA.IEasyUAClient to obtain the IEasyUAClientServerApplication service (in .NET), or use the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient.GetServiceByName method on the OpcLabs.EasyOpc.UA.ComTypes._EasyUAClient to obtain the service for the OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication type (in COM).

Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Object2
      OpcLabs.BaseLib.DisposableObject
         OpcLabs.EasyOpc.UA.Application.AbstractEasyUAClientServerApplication

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