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 publish 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 NotificationEventHandler( Session session, NotificationEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub NotificationEventHandler ( _ session As Session, _ e As NotificationEventArgs _ ) |
| Visual C++ |
|---|
public delegate void NotificationEventHandler( Session^ session, NotificationEventArgs^ e ) |