On this page
LibTmux.Internal.MaterializationQuery.FetchAsync
- Module
- LibTmux.Internal
- Declared in
- MaterializationQuery
- Package
- LibTmux
- Source
- src/LibTmux/Materialization/TmuxMaterializationQuery.cs
- FetchAsync ( listCommand : string , extraArguments : IEnumerable<string>? , cancellationToken : CancellationToken ) Task<IReadOnlyList<IReadOnlyDictionary<string, string?>>>
-
Fetches every row one tmux list command reports.
- Parameters
-
-
listCommand ( string ) – A tmux
list-*subcommand. -
extraArguments ( IEnumerable<string>? ) – Arguments appended before
-F. -
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
One decoded field dictionary per row.
0 declared, 0 inherited