On this page
LibTmux.Testing.TemporaryServerScope.StartAsync
- Module
- LibTmux.Testing
- Declared in
- TemporaryServerScope
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TemporaryServerScope.cs
- StartAsync ( options : ServerConnectionOptions? , cancellationToken : CancellationToken ) Task<TemporaryServerScope>
-
Starts a temporary server on its own socket.
- Parameters
-
-
options ( ServerConnectionOptions? ) – Connection options, or null for a private socket.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The scope owning the server.
0 declared, 0 inherited