# LibTmux.WaitForRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/WaitForRequest.cs#L25
- **Page:** https://libtmux.org/reference/dotnet/libtmux-waitforrequest/

Describes one <c>wait-for</c> invocation.

tmux channels let a command wait for something another command will do.
Waiting blocks the tmux client, so a call that waits has nothing to answer
until whoever it is waiting for arrives.

## Members

- `WaitForRequest` (method) — Initializes a channel request.
- `Channel` (property) — Gets the channel name.
- `Mode` (property) — Gets what to do with it.
