On this page
LibTmux.Session.AttachAsync
- Module
- LibTmux
- Declared in
- Session
- Package
- LibTmux
- Source
- src/LibTmux/Session.Lifecycle.cs
- AttachAsync ( request : AttachSessionRequest? , cancellationToken : CancellationToken ) Task<Session>
-
Attaches a client to this session.
Attaching needs a terminal, so this fails outside one rather than silently doing nothing.
- Parameters
-
-
request ( AttachSessionRequest? ) – Attachment options.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
A refreshed handle for this session.
0 declared, 0 inherited