On this page
LibTmux.Server.DetachClientAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Clients.cs
- DetachClientAsync ( targetClient : string? , shellCommand : string? , cancellationToken : CancellationToken ) Task
-
Detaches one client.
- Parameters
-
-
targetClient ( string? ) – The client, or null for the caller's own.
-
shellCommand ( string? ) – A command the detached client runs.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
0 declared, 0 inherited