On this page
LibTmux.Server.AttachSessionAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Lifecycle.cs
- Other languages
- Python TypeScript RustGoJavaC++ Swift
- AttachSessionAsync ( request : AttachSessionRequest , cancellationToken : CancellationToken ) Task
-
Attaches a client to a session on this server.
- Parameters
-
-
request ( AttachSessionRequest ) – Attachment options naming the session.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
In other languages Attach a client to a session
- Python
libtmux.Session.attach - TypeScript no direct equivalent; the client is out of scope for this port
- Rust
control.ControlMode.attach - Go
tmux.Server.AttachSession - Java
io.github.libtmux.control.ControlClient.ControlClient.attach - C++
libtmux::Session::attach_command - Swift reached through `Server.connected(attachingTo:)`, which scopes a block rather than attaching a client
0 declared, 0 inherited