Connectivity Software User's Guide and Reference
IEasyUASpecializedClient Interface
Members 



OpcLabs.EasyOpcUACore Assembly > OpcLabs.EasyOpc.UA Namespace : IEasyUASpecializedClient Interface
Base interface for specialized OPC UA client objects.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute(True)>
Public Interface IEasyUASpecializedClient 
   Inherits System.IDisposable, System.IServiceProvider 
'Usage
 
Dim instance As IEasyUASpecializedClient
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
public interface IEasyUASpecializedClient : System.IDisposable, System.IServiceProvider  
[ComVisible(false)]
[ExceptionContractAnnotation(true)]
public interface class IEasyUASpecializedClient : public System.IDisposable, System.IServiceProvider  
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