IndentedTextWriterWriteAsync(Char) - метод

Writes a character to the text stream asynchronously.

Definition

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

Параметры

value  Char
The character to write 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.

См. также