Finds the type of the event for the notification.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FindEventType( _
ByVal monitoredItem As Opc.Ua.Client.MonitoredItem, _
ByVal notification As Opc.Ua.EventFieldList _
) As Opc.Ua.NodeId
|
C# | |
---|
public static Opc.Ua.NodeId FindEventType(
Opc.Ua.Client.MonitoredItem monitoredItem,
Opc.Ua.EventFieldList notification
)
|
Parameters
- monitoredItem
- The monitored item.
- notification
- The notification.
Return Value
The NodeId of the EventType.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2
See Also