QuickOPC User's Guide and Reference
IEasyUASubscriberExtension Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace : IEasyUASubscriberExtension Class
Contains extension methods to the IEasyUASubscriber interface.
Syntax
'Declaration
 
<ExtensionAttribute()>
<ComVisibleAttribute(False)>
<ExceptionContractVerificationAttribute(True)>
Public MustInherit NotInheritable Class IEasyUASubscriberExtension 
'Usage
 
Dim instance As IEasyUASubscriberExtension
[Extension()]
[ComVisible(false)]
[ExceptionContractVerification(true)]
public static class IEasyUASubscriberExtension 
[Extension()]
[ComVisible(false)]
[ExceptionContractVerification(true)]
public ref class IEasyUASubscriberExtension abstract sealed 
Remarks

NOTE: This class is intentionally *not* placed in the Extensions namespace, but rather alongside the extendee. The extension methods in this class are commonly used, and from the point of view of the developer, can be considered as part of the interface. In addition, this placement allows less namespaces references in typical projects, and better consistency with the COM interfaces (as only methods from this extension class may appear in the COM interfaces).

Other extension classes may exist as well.

Inheritance Hierarchy

System.Object
   OpcLabs.EasyOpc.UA.PubSub.IEasyUASubscriberExtension

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