IndentedTextWriterFlushAsync - метод
Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public override Task FlushAsync()
Public Overrides Function FlushAsync As Task
public:
virtual Task^ FlushAsync() override
abstract FlushAsync : unit -> Task
override FlushAsync : unit -> Task
Возвращаемое значение
TaskA task that represents the asynchronous flush operation.
ObjectDisposedException | The text writer is disposed. |
InvalidOperationException | The writer is currently in use by a previous write operation. |