Visual Basic (Declaration) | |
---|---|
Public Shared Function ConstructEvent( _ ByVal session As Opc.Ua.Client.Session, _ ByVal monitoredItem As Opc.Ua.Client.MonitoredItem, _ ByVal notification As Opc.Ua.EventFieldList, _ ByVal knownEventTypes As Dictionary(Of NodeId,Type), _ ByVal eventTypeMappings As Dictionary(Of NodeId,NodeId) _ ) As Opc.Ua.BaseEventState |
C# | |
---|---|
public static Opc.Ua.BaseEventState ConstructEvent( Opc.Ua.Client.Session session, Opc.Ua.Client.MonitoredItem monitoredItem, Opc.Ua.EventFieldList notification, Dictionary<NodeId,Type> knownEventTypes, Dictionary<NodeId,NodeId> eventTypeMappings ) |
Parameters
- session
- The session.
- monitoredItem
- The monitored item that produced the notification.
- notification
- The notification.
- knownEventTypes
- The known event types.
- eventTypeMappings
- Mapping between event types and known event types.