# LibTmux.Testing.TemporaryHierarchyScope.DisposeAsync

- **Module:** LibTmux.Testing.TemporaryHierarchyScope
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Testing/TemporaryHierarchyScope.cs#L54
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-testing-temporaryhierarchyscope-disposeasync/

```
LibTmux.Testing.TemporaryHierarchyScope.DisposeAsync() -> ValueTask
```

Only the server is unwound: killing it takes the session, window, and
pane with it, and asking tmux to remove each first would race that.
