The application can use this event to get a callback for each Monitored Item. Or, use the DataChangeCallback event in the Subscription class to get a callback with all item in a publish response.
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MonitoredItem Dim handler As OnMonitoredItemNotification AddHandler instance.Notification, handler |
C# | |
---|---|
public event OnMonitoredItemNotification Notification |
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x