# LibTmux.Testing.TmuxTestFactory.CreateServerAsync

- **Module:** LibTmux.Testing.TmuxTestFactory
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Testing/TmuxTestFactory.cs#L44
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-testing-tmuxtestfactory-createserverasync/

```
LibTmux.Testing.TmuxTestFactory.CreateServerAsync(options: TmuxTestOptions?, cancellationToken: CancellationToken) -> Task<TemporaryServerScope>
```

Starts a server this test owns.

## Parameters

- `options` (TmuxTestOptions?): How to reach tmux, or null for a socket of its own.
- `cancellationToken` (CancellationToken): Cancels the tmux commands.

## Returns

The scope owning the server.
