QuickOPC User's Guide and Reference
EventFilter Property (UAMonitoringParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAMonitoringParameters Class : EventFilter Property
Optional event filter. Defines the conditions under which an event notification should be reported.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<NullableAttribute()>
<XmlIgnoreAttribute()>
Public Property EventFilter As UAEventFilter
'Usage
 
Dim instance As UAMonitoringParameters
Dim value As UAEventFilter
 
instance.EventFilter = value
 
value = instance.EventFilter
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Nullable()]
[XmlIgnore()]
public UAEventFilter EventFilter {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Nullable()]
[XmlIgnore()]
public:
property UAEventFilter^ EventFilter {
   UAEventFilter^ get();
   void set (    UAEventFilter^ value);
}
Remarks

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.OperationModel.UAMonitoredItemArguments.MonitoringParameters.

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