LibTmux.Session.RefreshAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- Other languages
- Python Ruby Lua TypeScriptRustGoJavaC++ Swift
- RefreshAsync ( cancellationToken : CancellationToken ) Task<Session>
-
Re-reads this session from tmux.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A replacement handle carrying current state.
In other ports Read a session again
- Python
libtmux.Session.refresh - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.refreshed - Rust
session.Session.refresh - Go
tmux.Session.Refresh - Java
io.github.libtmux.Session.Session.refresh - C++
libtmux::Session::refresh - Swift reads are snapshots;
Server.snapshot()takes a new one rather than refreshing a handle
0 declared, 0 inherited