Class SessionEventArgs
Event args for session lifecycle events.
public sealed class SessionEventArgs
- Inheritance
-
objectSessionEventArgs
Constructors
SessionEventArgs()
public SessionEventArgs()
Properties
SessionId
Session ID.
public int SessionId { get; init; }
Property Value
- int
SessionName
Session name.
public required string SessionName { get; init; }
Property Value
- string