
'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
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.BaseLib.Object2
OpcLabs.BaseLib.DisposableObject
OpcLabs.EasyOpc.UA.Application.AbstractEasyUAClientServerApplication