# LibTmux.WaitForRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/WaitForRequest.cs#L25
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
- `ToCommand` (method): Returns a channel request as one tmux command.
