Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The delegate used to receive publish notifications.

Namespace: Opc.Ua.Client
Assembly: 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
)

See Also