ExecuteAllAsync(Command, CancellationToken) | Continuously executes a command using standard IO streams until the input stream returns null or a CommandCanceledException was thrown. |
ExecuteAllAsync(Command, Char, CancellationToken) | |
ExecuteAllAsync(Command, TextReader, TextWriter, CancellationToken) | Continuously executes a command using specified IO streams until the input stream returns null or a CommandCanceledException was thrown. |
ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter, CancellationToken) | Continuously executes a command using specified IO streams until the input stream returns null or a CommandCanceledException was thrown. |
ExecuteAllAsync(Command, TextReader, TextWriter, TextWriter, Char, CancellationToken) |