On this page
LibTmux.Window.GetLinkedSessionsAsync
- Module
- LibTmux
- Declared in
- Window
- Package
- LibTmux
- Source
- src/LibTmux/Window.Relations.cs
- GetLinkedSessionsAsync ( cancellationToken : CancellationToken ) Task<IReadOnlyList<Session>>
-
Reads every session this window is linked into.
tmux can link one window into several sessions, so this reports every session holding the window rather than a single parent.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The sessions that link this window.
0 declared, 0 inherited