Enum SessionEventKind
What happened to a session.
public enum SessionEventKind : byte
Fields
Closed = 2A session ended, for the reason it carries.
Degraded = 4A session was served less — a rate class dropped, a near radius shrunk — rather than closed. Built with the send pump.
Opened = 1A client was admitted. The role, limits and application data admission handed back travel with it.
ResumeExpired = 3A resumable session's grace period elapsed without the client coming back. Built with resume, in a later phase.