On this page
LibTmux.Internal.MaterializationContext
- Module
- LibTmux.Internal
- Package
- LibTmux
- Source
- src/LibTmux/Materialization/MaterializationContext.cs
-
Names the server that owns every entity one materialization produces.
Ownership is explicit rather than ambient so a row parsed from one server can never be attached to a handle from another, and so a generation change is detected at materialization instead of at the next command.
5 declared, 0 inherited
Members
- EnsureOwns method Throws when a parsed generation is not the owning one.
- MaterializationContext method
- Generation property Gets the owning server generation.
- Server property Gets the server that owns materialized entities.
- TmuxVersion property Gets the tmux version that gates the projection.