SeekableStreamEndWrite - метод
Ends an asynchronous write operation. (Consider using WriteAsync(Byte, Int32, Int32) instead.)
Пространство имён: Tessa.Platform.IOСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public override void EndWrite(
IAsyncResult asyncResult
)
Public Overrides Sub EndWrite (
asyncResult As IAsyncResult
)
public:
virtual void EndWrite(
IAsyncResult^ asyncResult
) override
abstract EndWrite :
asyncResult : IAsyncResult -> unit
override EndWrite :
asyncResult : IAsyncResult -> unit
Параметры
- asyncResult IAsyncResult
- A reference to the outstanding asynchronous I/O request.
ArgumentNullException | asyncResult is . |
ArgumentException | A handle to the pending write operation is not available.
-or-
The pending operation does not support writing. |
InvalidOperationException | asyncResult did not originate from a BeginWrite(Byte, Int32, Int32, AsyncCallback, Object) method on the current stream. |
IOException | The stream is closed or an internal error has occurred. |