Build 1.01.318.0

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

The possible reasons for a session related eventg.

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 enum SessionEventReason
Visual Basic
Public Enumeration SessionEventReason
Visual C++
public enum class SessionEventReason

Members

Member nameValueDescription
Created0 A new session was created.
Impersonating1 A session is being activated with a new user identity.
Activated2 A session was activated and the user identity or preferred locales changed.
Closing3 A session is about to be closed.

See Also