CommandExecuteCoreAsync - метод

When overridden in a derived class, provides execution logic.

Definition

Пространство имён: Tessa.Platform.CommandLine
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
protected abstract ValueTask ExecuteCoreAsync(
	TextReader input,
	TextWriter output,
	TextWriter error,
	ArgumentEnumerator args,
	CancellationToken cancellationToken = default
)

Параметры

input  TextReader
The TextReader that represents an input stream.
output  TextWriter
The TextWriter that represents an output stream.
error  TextWriter
The TextWriter that represents an error stream.
args  ArgumentEnumerator
Command-line arguments which were passed to the command.
cancellationToken  CancellationToken  (Optional)
Token to cancel async task.

Возвращаемое значение

ValueTask
Async task.

См. также