Build 1.01.318.0

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

The delegate for functions used to receive session related events.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public delegate void SessionEventHandler(
	Session session,
	SessionEventReason reason
)
Visual Basic
Public Delegate Sub SessionEventHandler ( _
	session As Session, _
	reason As SessionEventReason _
)
Visual C++
public delegate void SessionEventHandler(
	Session^ session, 
	SessionEventReason reason
)

See Also