System::IO::Stream::EndRead метод

Stream::EndRead method

Ожидает завершения указанной асинхронной операции чтения.

virtual int System::IO::Stream::EndRead(System::SharedPtr<System::IAsyncResult> asyncResult)
ПараметрТипОписание
asyncResultSystem::SharedPtr<System::IAsyncResult>Объект IAsyncResult представляющий асинхронную операцию чтения

ReturnValue

The number of bytes read during the read operation represented by asyncResult

См. также