QuickOPC 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 InterfaceIEasyUAFileTransferClient InterfaceIEasyUAGlobalDiscoveryClient Interface
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)>
<ComVisibleAttribute(True)>
<ExceptionContractVerificationAttribute(True)>
<GuidAttribute("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")>
Public MustInherit Class AbstractEasyUAClientServerApplication 
   Implements OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication 
'Usage
 
Dim instance As AbstractEasyUAClientServerApplication
[CLSCompliant(false)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)]
[ComVisible(true)]
[ExceptionContractVerification(true)]
[Guid("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")]
public abstract class AbstractEasyUAClientServerApplication : OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication  
[CLSCompliant(false)]
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)]
[ComVisible(true)]
[ExceptionContractVerification(true)]
[Guid("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")]
public ref class AbstractEasyUAClientServerApplication abstract : public OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication  
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.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