ProxyStreamEndRead - метод |
Пространство имён:
Tessa.Platform.IO
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public override int EndRead(
IAsyncResult asyncResult
)
Public Overrides Function EndRead (
asyncResult As IAsyncResult
) As Integer
public:
virtual int EndRead(
IAsyncResult^ asyncResult
) override
abstract EndRead :
asyncResult : IAsyncResult -> int
override EndRead :
asyncResult : IAsyncResult -> int
Параметры
- asyncResult
- Тип: SystemIAsyncResult
The reference to the pending asynchronous request to finish.
Возвращаемое значение
Тип:
Int32The number of bytes read from the stream, between zero (0) and the number of bytes you requested. Streams return zero (0) only at the end of the stream, otherwise, they should block until at least one byte is available.
Исключения См. также