LibTmux.ServerAccessRequest.ToCommand
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- ServerAccessRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ServerAccessRequest.cs
- ToCommand ( server : Server ) TmuxCommand
-
Returns an access request as one tmux command.
The command itself arrived in tmux 3.3, so batching does not soften the refusal below that: an older server has nothing to send it to.
- Parameters
-
-
server ( Server ) – The server whose access is changed.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
serveris null. -
TmuxVersionTooLowException – tmux is older than 3.3.
-
0 declared, 0 inherited