On this page
LibTmux.Client.GetAsync
- Module
- LibTmux
- Declared in
- Client
- Package
- LibTmux
- Source
- src/LibTmux/Client.Administration.cs
- GetAsync ( server : Server , name : string , cancellationToken : CancellationToken ) Task<Client>
-
Reads one client by name.
- Parameters
-
-
server ( Server ) – The server to look on.
-
name ( string ) – The client name.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
The client.
- Raises
-
-
TmuxObjectNotFoundException – The server has no such client.
-
0 declared, 0 inherited