Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Client.GetAsync

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
Client
Package
LibTmux
Source
src/LibTmux/Client.Administration.cs
GetAsync ( server : Server , name : string , cancellationToken : CancellationToken ) → Task<Client>
methodstaticasync [source]
methodstaticasync [source]
GetAsync

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

0 declared, 0 inherited

Esc

Type to search.