Build 1.01.318.0
Assembly: Opc.Ua.Client (in Opc.Ua.Client.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The delegate used to receive monitored item value notifications.
Namespace: Opc.Ua.ClientAssembly: Opc.Ua.Client (in Opc.Ua.Client.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public delegate void MonitoredItemNotificationEventHandler( MonitoredItem monitoredItem, MonitoredItemNotificationEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub MonitoredItemNotificationEventHandler ( _ monitoredItem As MonitoredItem, _ e As MonitoredItemNotificationEventArgs _ ) |
| Visual C++ |
|---|
public delegate void MonitoredItemNotificationEventHandler( MonitoredItem^ monitoredItem, MonitoredItemNotificationEventArgs^ e ) |
Parameters
- monitoredItem
- Type: Opc.Ua.Client..::..MonitoredItem