On this page
LibTmux.Testing.TemporarySessionScope.StartAsync
- Module
- LibTmux.Testing
- Declared in
- TemporarySessionScope
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TemporarySessionScope.cs
- StartAsync ( server : Server , request : NewSessionRequest? , parent : IAsyncDisposable? , cancellationToken : CancellationToken ) Task<TemporarySessionScope>
-
Creates a temporary session on a running server.
- Parameters
-
-
server ( Server ) – The server to create the session on.
-
request ( NewSessionRequest? ) – The session to create.
-
parent ( IAsyncDisposable? ) – The parent scope transferred into this scope.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The scope owning the session.
0 declared, 0 inherited