![](dotnetdiagramimages/OpcLabs_EasyOpcUA_OpcLabs_EasyOpc_UA_Application_AbstractEasyUAClientServerApplication.png)
'Declaration
<CLSCompliantAttribute(False)> <ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication)> <ComVisibleAttribute(True)> <ExceptionContractAnnotationAttribute(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)] [ExceptionContractAnnotation(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)] [ExceptionContractAnnotation(true)] [ExceptionContractVerification(true)] [Guid("0CABA38D-0D77-40FE-BCDE-FDD8981B96AA")] public ref class AbstractEasyUAClientServerApplication abstract : public OpcLabs.EasyOpc.UA.Application.ComTypes._EasyUAClientServerApplication, IEasyUAClientServerApplication
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).
System.Object
OpcLabs.EasyOpc.UA.Application.AbstractEasyUAClientServerApplication