On this page
LibTmux.Server.GetClientsAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Clients.cs
- GetClientsAsync ( cancellationToken : CancellationToken ) Task<IReadOnlyList<Client>>
-
Reads the clients attached to this server.
A server with no clients is the ordinary case rather than a failure, so this answers empty when tmux cannot list them.
- Parameters
-
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The clients tmux reports.
0 declared, 0 inherited