QuickOPC User's Guide and Reference
AESubscriptionFilter Constructor(AENodeDescriptor)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AESubscriptionFilter Class > AESubscriptionFilter Constructor : AESubscriptionFilter Constructor(AENodeDescriptor)
Event source of interest.
Initializes a new instance of the class, with given source descriptor.
Syntax
'Declaration
 
Public Function New( _
   ByVal sourceDescriptor As AENodeDescriptor _
)
'Usage
 
Dim sourceDescriptor As AENodeDescriptor
 
Dim instance As New AESubscriptionFilter(sourceDescriptor)
public AESubscriptionFilter( 
   AENodeDescriptor sourceDescriptor
)
public:
AESubscriptionFilter( 
   AENodeDescriptor^ sourceDescriptor
)

Parameters

sourceDescriptor
Event source of interest.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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