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



OpcLabs.EasyOpcClassic 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.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AESubscriptionFilter Class
AESubscriptionFilter Members
Overload List