libtmux Reference MCP Search
On this page

LibTmux.Internal.RelationReader.FindAsync

View as Markdown

Module
LibTmux.Internal
Declared in
RelationReader
Package
LibTmux
Source
src/LibTmux/Materialization/RelationReader.cs
FindAsync ( owner : Server , listCommand : string , idWireName : string , identifier : string , inSession : TmuxTarget? , cancellationToken : CancellationToken ) Task<IReadOnlyDictionary<string, string?>?>
methodstatic [source]
methodstatic [source]
FindAsync

Reads the one entity a tmux identifier resolves to.

Parameters
  • owner ( Server ) – The server that owns the entity.

  • listCommand ( string ) – The list-* subcommand naming the projection.

  • idWireName ( string ) – The format token identifying the entity.

  • identifier ( string ) – The entity's tmux identifier.

  • inSession ( TmuxTarget? ) – The entity scoped to one session, tried first.

  • cancellationToken ( CancellationToken ) – Cancels the tmux commands.

Returns

The row, or null when tmux no longer has the entity.

0 declared, 0 inherited

Esc

Type to search.