CsvWriterWriteAsync(String) - метод

Asynchronously writes a string to the stream.

Definition

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

Параметры

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

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

Task
A task that represents the asynchronous write operation.

Исключения

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

См. также