SeekableStreamEndWrite - метод

Ends an asynchronous write operation. (Consider using WriteAsync(Byte, Int32, Int32) instead.)

Definition

Пространство имён: Tessa.Platform.IO
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public override void EndWrite(
	IAsyncResult asyncResult
)

Параметры

asyncResult  IAsyncResult
A reference to the outstanding asynchronous I/O request.

Исключения

ArgumentNullExceptionasyncResult is .
ArgumentExceptionA handle to the pending write operation is not available. -or- The pending operation does not support writing.
InvalidOperationExceptionasyncResult did not originate from a BeginWrite(Byte, Int32, Int32, AsyncCallback, Object) method on the current stream.
IOExceptionThe stream is closed or an internal error has occurred.

См. также