Для изменения размера нажмите или перетащите

ProxyStreamEndWrite - метод

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

Параметры

asyncResult
Тип: SystemIAsyncResult
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.
См. также