Table of Contents

Enum SessionEventKind

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

What happened to a session.

public enum SessionEventKind : byte

Fields

Closed = 2

A session ended, for the reason it carries.

Degraded = 4

A session was served less — a rate class dropped, a near radius shrunk — rather than closed. Built with the send pump.

Opened = 1

A client was admitted. The role, limits and application data admission handed back travel with it.

ResumeExpired = 3

A resumable session's grace period elapsed without the client coming back. Built with resume, in a later phase.