On this page
LibTmux.TmuxEnvironment.GetAsync
- Module
- LibTmux
- Declared in
- TmuxEnvironment
- Package
- LibTmux
- Source
- src/LibTmux/Environment/TmuxEnvironmentOperations.cs
- GetAsync ( name : string , cancellationToken : CancellationToken ) Task<TmuxEnvironmentEntry?>
-
Reads one variable.
- Parameters
-
-
name ( string ) – The variable name.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The variable, or null when this environment has no such name.
0 declared, 0 inherited