On this page
LibTmux.Server.StartServerAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Lifecycle.cs
- StartServerAsync ( cancellationToken : CancellationToken ) Task
-
Starts the tmux server without creating a session.
No handle comes back because there may be nothing to describe: a tmux server holding no sessions exits as soon as it starts. Materialize with
ConnectAsynconce a session exists.- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
0 declared, 0 inherited