LibTmux.TmuxOptions.GetAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- TmuxOptions
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptions.cs
- GetAsync ( request : GetOptionRequest , cancellationToken : CancellationToken ) Task<IReadOnlyList<TmuxOption>>
-
Reads one option.
Unescaping a doubled dollar sign needs the connected tmux's version, so a table reached from a handle that has not found a live server yet discovers one first.
- Parameters
-
-
request ( GetOptionRequest ) – Which option to read, and how.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
Every entry tmux reported for the name: one for an ordinary option, and one per set index for an array.
- Raises
-
-
TmuxOptionException – tmux rejected the option name.
-
Discussed in Options and hooks
0 declared, 0 inherited