IndentedTextWriterWriteAsync(String) - метод

Writes a string to the text stream asynchronously.

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public override Task WriteAsync(
	string? value
)

Параметры

value  String
The string to write. If value is , nothing is written to the text stream.

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

Task
A task that represents the asynchronous write operation.

Исключения

ObjectDisposedExceptionThe text writer is disposed.
InvalidOperationExceptionThe text writer is currently in use by a previous write operation.

См. также